Home
last modified time | relevance | path

Searched refs:mActivePanes (Results 1 – 1 of 1) sorted by relevance

/pdk/apps/TestingCamera2/src/com/android/testingcamera2/
DPaneTracker.java33 private Set<ControlPane> mActivePanes = new HashSet<ControlPane>(); field in PaneTracker
48 boolean added = mActivePanes.add(pane); in addPane()
58 boolean existed = mActivePanes.remove(pane); in removePane()
69 for (ControlPane pane : mActivePanes ) { in getPanes()
81 for (ControlPane pane: mActivePanes ) { in notifyOtherPanes()
94 for (ControlPane pane: mActivePanes ) { in notifyOrientationChange()