Home
last modified time | relevance | path

Searched defs:attrs (Results 1 – 13 of 13) sorted by relevance

/pdk/apps/TestingCamera2/src/com/android/testingcamera2/
DPaneLayout.java73 public PaneLayout(Context context, AttributeSet attrs) { in PaneLayout()
82 public PaneLayout(Context context, AttributeSet attrs, String paneXmlName) { in PaneLayout()
98 private void setUpUI(Context context, AttributeSet attrs) { in setUpUI()
175 protected abstract T createControlPane(TestingCamera21 tc, AttributeSet attrs); in createControlPane()
183 public TargetPaneLayout(Context context, AttributeSet attrs) { in TargetPaneLayout()
187 protected TargetControlPane createControlPane(TestingCamera21 tc, AttributeSet attrs) { in createControlPane()
200 public CameraPaneLayout(Context context, AttributeSet attrs) { in CameraPaneLayout()
204 protected CameraControlPane createControlPane(TestingCamera21 tc, AttributeSet attrs) { in createControlPane()
217 public RequestPaneLayout(Context context, AttributeSet attrs) { in RequestPaneLayout()
221 protected RequestControlPane createControlPane(TestingCamera21 tc, AttributeSet attrs) { in createControlPane()
[all …]
DTargetSubPane.java26 public TargetSubPane(Context context, AttributeSet attrs) { in TargetSubPane()
DUtilControlPane.java34 public UtilControlPane(TestingCamera21 tc, AttributeSet attrs, StatusListener listener) { in UtilControlPane()
DBurstControlPane.java35 public BurstControlPane(TestingCamera21 tc, AttributeSet attrs, StatusListener listener) { in BurstControlPane()
DLogPane.java47 public LogPane(Context context, AttributeSet attrs) { in LogPane()
DFixedAspectSurfaceView.java45 public FixedAspectSurfaceView(Context context, AttributeSet attrs) { in FixedAspectSurfaceView()
DTargetControlPane.java90 public TargetControlPane(Context context, AttributeSet attrs) { in TargetControlPane()
97 public TargetControlPane(TestingCamera21 tc, AttributeSet attrs, StatusListener listener) { in TargetControlPane()
DRequestControlPane.java86 public RequestControlPane(Context context, AttributeSet attrs) { in RequestControlPane()
93 public RequestControlPane(TestingCamera21 tc, AttributeSet attrs, StatusListener listener) { in RequestControlPane()
DSurfaceViewSubPane.java57 public SurfaceViewSubPane(Context context, AttributeSet attrs) { in SurfaceViewSubPane()
DControlPane.java75 public ControlPane(Context context, AttributeSet attrs, StatusListener listener, in ControlPane()
DTextureViewSubPane.java51 public TextureViewSubPane(Context context, AttributeSet attrs) { in TextureViewSubPane()
DCameraControlPane.java157 public CameraControlPane(Context context, AttributeSet attrs) { in CameraControlPane()
164 public CameraControlPane(TestingCamera21 tc, AttributeSet attrs, StatusListener listener) { in CameraControlPane()
DImageReaderSubPane.java126 public ImageReaderSubPane(Context context, AttributeSet attrs) { in ImageReaderSubPane()