Searched refs:pane (Results 1 – 5 of 5) sorted by relevance
47 public void addPane(ControlPane pane) { in addPane() argument48 boolean added = mActivePanes.add(pane); in addPane()51 if (listener.getFilterType().isInstance(pane)) { in addPane()52 listener.onPaneAdded(pane); in addPane()57 public void removePane(ControlPane pane) { in removePane() argument58 boolean existed = mActivePanes.remove(pane); in removePane()61 if (listener.getFilterType().isInstance(pane)) { in removePane()62 listener.onPaneRemoved(pane); in removePane()69 for (ControlPane pane : mActivePanes ) { in getPanes()70 if (paneClass.isInstance(pane)) { in getPanes()[all …]
60 for (T pane : mPanes) {61 pane.setVisibility(VISIBLE);66 for (T pane : mPanes) {67 pane.setVisibility(GONE);128 T pane = readControlPane(tc, configParser); in readConfig() local129 mNewPanes.add(pane); in readConfig()143 for (T pane : oldPanes) { in activateConfig()145 pane.remove(); in activateConfig()
211 public void onPaneAdded(ControlPane pane) { in onPaneAdded() argument212 mCameraPanes.add((CameraControlPane) pane); in onPaneAdded()217 public void onPaneRemoved(ControlPane pane) { in onPaneRemoved() argument218 mCameraPanes.remove((CameraControlPane) pane); in onPaneRemoved()
187 public void onPaneAdded(ControlPane pane) { in onPaneAdded() argument188 mCameraPanes.add((CameraControlPane) pane); in onPaneAdded()193 public void onPaneRemoved(ControlPane pane) { in onPaneRemoved() argument194 mCameraPanes.remove((CameraControlPane) pane); in onPaneRemoved()
19 Each category of object in the API is configured through a pane dedicated to that category; the23 The left pane contains target panes along with the app's overall log pane. The right pane contains28 1. Add a camera pane, select camera to use29 2. Add at least one target pane, and for each, select the kind of target desired and its31 3. Open and configure the camera from the camera pane32 4. Add a request pane, select the desired camera and targets, and the desired use case template.41 The camera pane includes device-level controls for a single camera, which can be selected from all52 The pane always has a 'configure' toggle, which specifies whether that target pane will be included53 in the selected camera's next configure operation. Until the target pane is included in a camera's99 To stop repeating, use the camera pane's stop method.[all …]