Searched refs:newPane (Results 1 – 2 of 2) sorted by relevance
148 for (T newPane : mNewPanes) { in activateConfig()149 addPane(newPane); in activateConfig()155 T newPane = createControlPane(tc, null); in addPane() local156 addPane(newPane); in addPane()159 private void addPane(T newPane) { in addPane() argument160 mPanes.add(newPane); in addPane()162 mPaneTracker.addPane(newPane); in addPane()164 addView(newPane); in addPane()
294 TargetSubPane newPane = null; in createOutputView() local297 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()