HomeSort by relevance Sort by last modified time
    Searched refs:TargetSubPane (Results 1 - 5 of 5) sorted by null

  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
TargetSubPane.java 24 public abstract class TargetSubPane extends LinearLayout {
26 public TargetSubPane(Context context, AttributeSet attrs) {
TargetControlPane.java 83 private TargetSubPane mCurrentOutput;
293 private TargetSubPane createOutputView(OutputViewType type) {
294 TargetSubPane newPane = null;
SurfaceViewSubPane.java 39 public class SurfaceViewSubPane extends TargetSubPane implements SurfaceHolder.Callback {
TextureViewSubPane.java 40 public class TextureViewSubPane extends TargetSubPane implements TextureView.SurfaceTextureListener {
ImageReaderSubPane.java 63 public class ImageReaderSubPane extends TargetSubPane {

Completed in 108 milliseconds