Lines Matching refs:TestingCamera21

120     public void readConfig(TestingCamera21 tc, XmlPullParser configParser)  in readConfig()
154 public void addPane(TestingCamera21 tc) { in addPane()
175 protected abstract T createControlPane(TestingCamera21 tc, AttributeSet attrs); in createControlPane()
177 protected abstract T readControlPane(TestingCamera21 tc, XmlPullParser configParser) in readControlPane()
187 protected TargetControlPane createControlPane(TestingCamera21 tc, AttributeSet attrs) { in createControlPane()
191 protected TargetControlPane readControlPane(TestingCamera21 tc, XmlPullParser configParser) in readControlPane()
204 protected CameraControlPane createControlPane(TestingCamera21 tc, AttributeSet attrs) { in createControlPane()
208 protected CameraControlPane readControlPane(TestingCamera21 tc, XmlPullParser configParser) in readControlPane()
221 protected RequestControlPane createControlPane(TestingCamera21 tc, AttributeSet attrs) { in createControlPane()
225 protected RequestControlPane readControlPane(TestingCamera21 tc, XmlPullParser configParser) in readControlPane()
239 protected BurstControlPane createControlPane(TestingCamera21 tc, AttributeSet attrs) { in createControlPane()
243 protected BurstControlPane readControlPane(TestingCamera21 tc, XmlPullParser configParser) in readControlPane()
256 public UtilControlPane createControlPane(TestingCamera21 tc, AttributeSet attrs) { in createControlPane()
260 protected UtilControlPane readControlPane(TestingCamera21 tc, XmlPullParser configParser) in readControlPane()