Home
last modified time | relevance | path

Searched refs:TargetSubPane (Results 1 – 5 of 5) sorted by relevance

/pdk/apps/TestingCamera2/src/com/android/testingcamera2/
DTargetSubPane.java24 public abstract class TargetSubPane extends LinearLayout { class
26 public TargetSubPane(Context context, AttributeSet attrs) { in TargetSubPane() method in TargetSubPane
DTargetControlPane.java83 private TargetSubPane mCurrentOutput;
293 private TargetSubPane createOutputView(OutputViewType type) { in createOutputView()
294 TargetSubPane newPane = null; in createOutputView()
DSurfaceViewSubPane.java39 public class SurfaceViewSubPane extends TargetSubPane implements SurfaceHolder.Callback {
DTextureViewSubPane.java40 public class TextureViewSubPane extends TargetSubPane implements TextureView.SurfaceTextureListener…
DImageReaderSubPane.java63 public class ImageReaderSubPane extends TargetSubPane {