Lines Matching defs:attrs
73 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()
235 public BurstPaneLayout(Context context, AttributeSet attrs) { in BurstPaneLayout()
239 protected BurstControlPane createControlPane(TestingCamera21 tc, AttributeSet attrs) { in createControlPane()
252 public UtilPaneLayout(Context context, AttributeSet attrs) { in UtilPaneLayout()
256 public UtilControlPane createControlPane(TestingCamera21 tc, AttributeSet attrs) { in createControlPane()