HomeSort by relevance Sort by last modified time
    Searched full:preview (Results 1 - 25 of 2217) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/slf4j/slf4j-site/src/site/images.src/
bindings.flw 
bridging-black.flw 
bridging.flw 
core-bindings.flw 
core-bindings1.flw 
core-bindings2.flw 
core-bindings3.flw 
  /external/piex/
README 1 The Preview Image Extractor (PIEX) is designed to find and extract the largest
2 JPEG compressed preview image contained in a RAW file
  /frameworks/base/docs/html/wear/preview/
_book.yaml 2 - title: Wear Developer Preview
3 path: /wear/preview/index.html
6 path: /wear/preview/program.html
9 path: /wear/preview/api-overview.html
12 path: /wear/preview/features/complications.html
14 path: /wear/preview/features/ui-nav-actions.html
16 path: /wear/preview/features/wearable-recycler-view.html
18 path: /wear/preview/features/notifications.html
20 path: /wear/preview/features/bridger.html
22 path: /wear/preview/features/ime.htm
    [all...]
_project.yaml 1 name: "Wear Preview"
2 home_url: /wear/preview/
  /external/opencv3/samples/android/tutorial-1-camerapreview/res/values/
strings.xml 3 <string name="app_name">OCV T1 Preview</string>
  /frameworks/base/docs/html/wear/
wear_toc.cs 5 <a href="<?cs var:toroot ?>wear/preview/index.html">
6 Wear Developer Preview
12 <a href="<?cs var:toroot ?>wear/preview/program.html">
19 <a href="<?cs var:toroot ?>wear/preview/api-overview.html">
24 <li><a href="<?cs var:toroot ?>wear/preview/features/wear-apk.html">
26 <li><a href="<?cs var:toroot ?>wear/preview/features/complications.html">
34 <a href="<?cs var:toroot ?>wear/preview/downloads.html">
41 <a href="<?cs var:toroot ?>wear/preview/start.html">
48 <a href="<?cs var:toroot ?>wear/preview/license.html">
_book.yaml 3 path: /wear/preview/start.html
24 path: /reference/android/preview/support/package-summary.html
26 - title: android.preview.support.v4.app
29 path: /reference/android/preview/support/v4/app/NotificationManagerCompat.html
30 - title: android.preview.support.wearable.notifications
33 path: /reference/android/preview/support/wearable/notifications/RemoteInput.html
35 path: /reference/android/preview/support/wearable/notifications/RemoteInput.Builder.html
37 path: /reference/android/preview/support/wearable/notifications/WearableNotifications.html
39 path: /reference/android/preview/support/wearable/notifications/WearableNotifications.Action.html
41 path: /reference/android/preview/support/wearable/notifications/WearableNotifications.Action.Builder.htm
    [all...]
  /prebuilts/misc/windows/renderscript/
README 2 used when LMP Preview was not able to build them.
  /frameworks/base/docs/html-intl/intl/zh-cn/about/versions/marshmallow/
android-6.0-testing.jd 3 meta.tags="preview", "testing"
4 page.tags="preview", "developer preview"
21 ? <a href="{@docRoot}preview/api-overview.html">API ??</a>?<a href="{@docRoot}preview/behavior-changes.html">????</a>????? Preview ???? API ?????????????
23 ?? Preview ??????????????????????????????????
29 ?????????????? Preview ???????????????????????? Preview ??????????????????????
43 ?????????? Preview ???????????????????????????<a href="{@docRoot}preview/setup-sdk.html">?? Android N SDK</a>
    [all...]
  /external/ImageMagick/PerlMagick/t/
setattribute.t 124 testSetAttribute('input.miff','preview','Rotate');
127 testSetAttribute('input.miff','preview','Shear');
130 testSetAttribute('input.miff','preview','Roll');
133 testSetAttribute('input.miff','preview','Hue');
136 testSetAttribute('input.miff','preview','Saturation');
139 testSetAttribute('input.miff','preview','Brightness');
142 testSetAttribute('input.miff','preview','JPEG');
145 testSetAttribute('input.miff','preview','Spiff');
148 testSetAttribute('input.miff','preview','Dull');
151 testSetAttribute('input.miff','preview','Grayscale')
    [all...]
  /development/apps/WidgetPreview/res/values/
strings.xml 18 <string name="application_label">Widget Preview</string>
19 <string name="saving_preview">Saving widget preview...</string>
20 <string name="preview_saved">Widget preview saved!</string>
22 <string name="preview_save_error">Error saving preview</string>
24 <string name="email_subject">Widget preview</string>
25 <string name="email_body">Attached is the preview of your AppWidget</string>
28 <string name="email_button">Email Preview</string>
  /developers/build/prebuilts/gradle/RuntimePermissions/Application/src/main/java/com/example/android/system/runtimepermissions/camera/
CameraPreview.java 29 * Camera preview that displays a {@link Camera}.
31 * Handles basic lifecycle methods to display and stop the preview.
63 // The Surface has been created, now tell the camera where to draw the preview.
67 Log.d(TAG, "Camera preview started.");
69 Log.d(TAG, "Error setting camera preview: " + e.getMessage());
74 // empty. Take care of releasing the Camera preview in your activity.
78 // If your preview can change or rotate, take care of those events here.
79 // Make sure to stop the preview before resizing or reformatting it.
82 // preview surface does not exist
83 Log.d(TAG, "Preview surface does not exist")
    [all...]
  /developers/build/prebuilts/gradle/RuntimePermissionsBasic/Application/src/main/java/com/example/android/basicpermissions/camera/
CameraPreview.java 29 * Camera preview that displays a {@link Camera}.
31 * Handles basic lifecycle methods to display and stop the preview.
63 // The Surface has been created, now tell the camera where to draw the preview.
67 Log.d(TAG, "Camera preview started.");
69 Log.d(TAG, "Error setting camera preview: " + e.getMessage());
74 // empty. Take care of releasing the Camera preview in your activity.
78 // If your preview can change or rotate, take care of those events here.
79 // Make sure to stop the preview before resizing or reformatting it.
82 // preview surface does not exist
83 Log.d(TAG, "Preview surface does not exist")
    [all...]
  /developers/samples/android/system/RuntimePermissions/Application/src/main/java/com/example/android/system/runtimepermissions/camera/
CameraPreview.java 29 * Camera preview that displays a {@link Camera}.
31 * Handles basic lifecycle methods to display and stop the preview.
63 // The Surface has been created, now tell the camera where to draw the preview.
67 Log.d(TAG, "Camera preview started.");
69 Log.d(TAG, "Error setting camera preview: " + e.getMessage());
74 // empty. Take care of releasing the Camera preview in your activity.
78 // If your preview can change or rotate, take care of those events here.
79 // Make sure to stop the preview before resizing or reformatting it.
82 // preview surface does not exist
83 Log.d(TAG, "Preview surface does not exist")
    [all...]
  /developers/samples/android/system/RuntimePermissionsBasic/Application/src/main/java/com/example/android/basicpermissions/camera/
CameraPreview.java 29 * Camera preview that displays a {@link Camera}.
31 * Handles basic lifecycle methods to display and stop the preview.
63 // The Surface has been created, now tell the camera where to draw the preview.
67 Log.d(TAG, "Camera preview started.");
69 Log.d(TAG, "Error setting camera preview: " + e.getMessage());
74 // empty. Take care of releasing the Camera preview in your activity.
78 // If your preview can change or rotate, take care of those events here.
79 // Make sure to stop the preview before resizing or reformatting it.
82 // preview surface does not exist
83 Log.d(TAG, "Preview surface does not exist")
    [all...]
  /development/samples/browseable/RuntimePermissions/src/com.example.android.system.runtimepermissions/camera/
CameraPreview.java 29 * Camera preview that displays a {@link Camera}.
31 * Handles basic lifecycle methods to display and stop the preview.
63 // The Surface has been created, now tell the camera where to draw the preview.
67 Log.d(TAG, "Camera preview started.");
69 Log.d(TAG, "Error setting camera preview: " + e.getMessage());
74 // empty. Take care of releasing the Camera preview in your activity.
78 // If your preview can change or rotate, take care of those events here.
79 // Make sure to stop the preview before resizing or reformatting it.
82 // preview surface does not exist
83 Log.d(TAG, "Preview surface does not exist")
    [all...]
  /development/samples/browseable/RuntimePermissionsBasic/src/com.example.android.basicpermissions/camera/
CameraPreview.java 29 * Camera preview that displays a {@link Camera}.
31 * Handles basic lifecycle methods to display and stop the preview.
63 // The Surface has been created, now tell the camera where to draw the preview.
67 Log.d(TAG, "Camera preview started.");
69 Log.d(TAG, "Error setting camera preview: " + e.getMessage());
74 // empty. Take care of releasing the Camera preview in your activity.
78 // If your preview can change or rotate, take care of those events here.
79 // Make sure to stop the preview before resizing or reformatting it.
82 // preview surface does not exist
83 Log.d(TAG, "Preview surface does not exist")
    [all...]
  /development/samples/browseable/CardView/
_index.jd 9 Android L preview.
  /frameworks/support/previewsdk/
previewconstants.sh 3 echo "/** Begin preview constants"

Completed in 1128 milliseconds

1 2 3 4 5 6 7 8 91011>>