Home
last modified time | relevance | path

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

/pdk/apps/TestingCamera2/src/com/android/testingcamera2/
DPaneLayout.java148 for (T newPane : mNewPanes) { in activateConfig()
149 addPane(newPane); in activateConfig()
155 T newPane = createControlPane(tc, null); in addPane() local
156 addPane(newPane); in addPane()
159 private void addPane(T newPane) { in addPane() argument
160 mPanes.add(newPane); in addPane()
162 mPaneTracker.addPane(newPane); in addPane()
164 addView(newPane); in addPane()
DTargetControlPane.java294 TargetSubPane newPane = null; in createOutputView() local
297 newPane = new ImageReaderSubPane(getContext(), null); in createOutputView()
305 newPane = new SurfaceViewSubPane(getContext(), null); in createOutputView()
308 newPane = new TextureViewSubPane(getContext(), null); in createOutputView()
311 return newPane; in createOutputView()