Searched defs:ControlPane (Results 1 - 1 of 1) sorted by path

/pdk/apps/TestingCamera2/src/com/android/testingcamera2/
H A DControlPane.java34 public class ControlPane extends LinearLayout { class in inherits:LinearLayout
58 for (int i = 0; i < ControlPane.this.getChildCount(); i++) {
59 ControlPane.this.getChildAt(i).setVisibility(VISIBLE);
64 for (int i = 0; i < ControlPane.this.getChildCount(); i++) {
65 ControlPane.this.getChildAt(i).setVisibility(GONE);
75 public ControlPane(Context context, AttributeSet attrs, StatusListener listener, method in class:ControlPane
119 mStatusListener.onRemoveRequested(ControlPane.this);
138 public void onRemoveRequested(ControlPane p);
187 public void notifyPaneEvent(ControlPane sourcePane, PaneTracker.PaneEvent event) {

Completed in 43 milliseconds