Searched refs:preview (Results 1 – 9 of 9) sorted by relevance
264 if not self._options.preview:290 if not self._options.preview:362 if not self._options.preview:446 if not self._options.preview:453 if self._options.preview:464 elif not self._options.preview:475 if not self._options.preview:478 self._adb.RuntimeReset(preview_only=self._options.preview)480 if not self._options.preview:
8 Android L preview.
8 you can display camera preview and take pictures.
8 A TextureView is used as the camera preview which limits the code to API 14+. This
107 if not options.preview:
54 if not options.preview:
136 if options.preview:
104 int preview; member
135 mPreviewView = (FixedAspectSurfaceView) findViewById(R.id.preview); in onCreate()