Home
last modified time | relevance | path

Searched refs:preview (Results 1 – 12 of 12) sorted by relevance

/development/samples/browseable/RuntimePermissionsBasic/src/com.example.android.basicpermissions/camera/
DCameraPreviewActivity.java73 FrameLayout preview = (FrameLayout) findViewById(R.id.camera_preview); in onCreate() local
74 preview.addView(mPreview); in onCreate()
/development/testrunner/
Druntest.py287 if not self._options.preview:
320 if not self._options.preview:
401 if not self._options.preview:
478 if not self._options.preview:
485 if self._options.preview:
496 elif not self._options.preview:
507 if not self._options.preview:
510 self._adb.RuntimeReset(preview_only=self._options.preview)
512 if not self._options.preview:
/development/samples/browseable/RuntimePermissions/src/com.example.android.system.runtimepermissions/camera/
DCameraPreviewFragment.java86 FrameLayout preview = (FrameLayout) root.findViewById(R.id.camera_preview); in onCreateView() local
87 preview.addView(mPreview); in onCreateView()
/development/samples/browseable/CardView/
D_index.jd9 Android L preview.
/development/samples/browseable/Camera2Basic/
D_index.jd9 you can display camera preview and take pictures.
/development/samples/browseable/RuntimePermissionsBasic/
D_index.jd8 …t runtime. Click the button to request the Camera permission and open a full-screen camera preview.
/development/samples/browseable/MediaRecorder/
D_index.jd9 A TextureView is used as the camera preview which limits the code to API 14+. This
/development/testrunner/test_defs/
Dhost_test.py107 if not options.preview:
Dgtest.py54 if not options.preview:
Dinstrumentation_test.py136 if options.preview:
/development/ndk/platforms/android-3/include/linux/
Dmt9t013.h104 int preview; member
/development/samples/browseable/HdrViewfinder/src/com.example.android.hdrviewfinder/
DHdrViewfinderActivity.java152 mPreviewView = (FixedAspectSurfaceView) findViewById(R.id.preview); in onCreate()