Lines Matching refs:null
91 super(context, attrs, null, null); in TargetControlPane()
107 super(tc, null, listener, tc.getPaneTracker()); in TargetControlPane()
136 if (paneName == null || mCurrentOutput == null) return null; in getTargetSurfaceForCameraPane()
142 return isMyTarget ? mCurrentOutput.getOutputSurface() : null; in getTargetSurfaceForCameraPane()
150 if (mCurrentOutput != null) { in notifyPaneEvent()
162 if (mCurrentOutput != null) { in onOrientationChange()
248 if (mCurrentOutput != null) {
254 if (mCurrentOutput != null) {
264 if (mCurrentOutput != null) {
266 mCurrentOutput = null;
287 if (mCameraPanes.size() > 0 && mCurrentOutput != null) { in updateSubPaneCamera()
294 TargetSubPane newPane = null; in createOutputView()
297 newPane = new ImageReaderSubPane(getContext(), null); in createOutputView()
305 newPane = new SurfaceViewSubPane(getContext(), null); in createOutputView()
308 newPane = new TextureViewSubPane(getContext(), null); in createOutputView()