Searched refs:preview (Results 1 – 10 of 10) sorted by relevance
73 FrameLayout preview = (FrameLayout) findViewById(R.id.camera_preview); in onCreate() local74 preview.addView(mPreview); in onCreate()
291 if not self._options.preview:326 if not self._options.preview:407 if not self._options.preview:484 if not self._options.preview:491 if self._options.preview:502 elif not self._options.preview:513 if not self._options.preview:516 self._adb.RuntimeReset(preview_only=self._options.preview)518 if not self._options.preview:
86 FrameLayout preview = (FrameLayout) root.findViewById(R.id.camera_preview); in onCreateView() local87 preview.addView(mPreview); in onCreateView()
9 you can display camera preview and take pictures.
8 …t runtime. Click the button to request the Camera permission and open a full-screen camera preview.
9 A TextureView is used as the camera preview which limits the code to API 14+. This
107 if not options.preview:
66 if not options.preview:
136 if options.preview:
152 mPreviewView = (FixedAspectSurfaceView) findViewById(R.id.preview); in onCreate()