Searched refs:UtilControlPane (Results 1 – 3 of 3) sorted by relevance
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/ |
D | UtilControlPane.java | 26 public class UtilControlPane extends ControlPane { class 34 public UtilControlPane(TestingCamera21 tc, AttributeSet attrs, StatusListener listener) { in UtilControlPane() method in UtilControlPane 40 public UtilControlPane(TestingCamera21 tc, XmlPullParser configParser, StatusListener listener) in UtilControlPane() method in UtilControlPane
|
D | PaneLayout.java | 249 static class UtilPaneLayout extends PaneLayout<UtilControlPane> { 256 public UtilControlPane createControlPane(TestingCamera21 tc, AttributeSet attrs) { in createControlPane() 257 return new UtilControlPane(tc, attrs, this); in createControlPane() 260 protected UtilControlPane readControlPane(TestingCamera21 tc, XmlPullParser configParser) in readControlPane() 262 return new UtilControlPane(tc, configParser, this); in readControlPane()
|
D | TestingCamera21.java | 49 private PaneLayout<UtilControlPane> mUtilControlList; 91 mUtilControlList = (PaneLayout<UtilControlPane>) findViewById(R.id.util_list); in setUpUIAndLog()
|