/external/icu/icu4c/source/common/unicode/ |
icuplug.h | 101 * \internal ICU 4.4 Technology Preview 118 * @internal ICU 4.4 Technology Preview 129 * @internal ICU 4.4 Technology Preview 135 * @internal ICU 4.4 Technology Preview 144 * @internal ICU 4.4 Technology Preview 150 * @internal ICU 4.4 Technology Preview 165 * @internal ICU 4.4 Technology Preview 180 * @internal ICU 4.4 Technology Preview 195 * @internal ICU 4.4 Technology Preview 204 * @internal ICU 4.4 Technology Preview [all...] |
/packages/apps/Camera/src/com/android/camera/ |
CaptureAnimManager.java | 45 private float mX; // The center of the whole view including preview and review. 52 /* preview: camera preview view. 87 case 0: // Preview is on the left. 90 case 90: // Preview is below. 93 case 180: // Preview on the right. 96 case 270: // Preview is above. 103 public boolean drawAnimation(GLCanvas canvas, CameraScreenNail preview, 136 preview.directDraw(canvas, (int) mX, (int) mY,
|
/packages/apps/Camera2/src/com/android/camera/ui/focus/ |
CameraCoordinateTransformer.java | 23 * Transform coordinates to and from preview coordinate space and camera driver 34 * Convert rectangles to / from camera coordinate and preview coordinate space. 36 * @param mirrorX if the preview is mirrored along the X axis. 38 * @param previewRect the preview rectangle size and position. 52 * Transform a rectangle in camera space into a new rectangle in preview 56 * @return the rectangle in preview view space. 65 * Transform a rectangle in preview view space into a new rectangle in 68 * @param source the rectangle in preview view space 88 // Map camera driver coordinates to preview rect coordinates
|
/device/moto/shamu/camera/QCamera2/HAL/ |
QCameraStateMachine.h | 49 QCAMERA_SM_EVT_SET_PREVIEW_WINDOW = 1, // set preview window 59 QCAMERA_SM_EVT_START_PREVIEW, // start preview (zsl, camera mode, camcorder mode) 60 QCAMERA_SM_EVT_START_NODISPLAY_PREVIEW, // start no display preview (zsl, camera mode, camcorder mode) 61 QCAMERA_SM_EVT_STOP_PREVIEW, // stop preview (zsl, camera mode, camcorder mode) 62 QCAMERA_SM_EVT_PREVIEW_ENABLED, // query if preview is running 169 bool isPreviewRunning(); // check if preview is running 170 bool isPreviewReady(); // check if preview is ready 179 QCAMERA_SM_STATE_PREVIEW_STOPPED, // preview is stopped 180 QCAMERA_SM_STATE_PREVIEW_READY, // preview started but preview window is not set ye [all...] |
/frameworks/base/docs/html-intl/intl/ru/preview/ |
api-overview.jd | 48 <li><a href="{@docRoot}preview/download.html">API ?????? 22 ? M Preview »</a> </li> 54 <p>M Developer Preview ? ??????????????? ?????? ???????????? ??????? ????????? Android, 58 <p>?????? M Developer Preview ????????????? ??? ???, <strong>??? ????? ?????? ???????????? ? ????? ??????????</strong>, 59 ? ????? ??? <strong>?????????????</strong>. <a href="{@docRoot}preview/setup-sdk.html">M Developer Preview ? ?????????? ??????????? 65 ??????????????? ??? M Developer Preview.</p> 70 ????????? <a href="{@docRoot}preview/download.html#docs">?????????? ??????????? ?? ??????????????? ??????</a>.</p> 80 <p>? M Preview ???????? ??????? ????????? Android ?? ???? ????? ???????????? ?????????? ??????????. 84 <a href="{@docRoot}preview/features/app-linking.html">?????????? ??????????</a> [all...] |
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/ |
RobustnessTest.java | 171 {PRIV, MAXIMUM}, // Simple preview, GPU video processing, or no-preview video recording 174 {PRIV, PREVIEW, JPEG, MAXIMUM}, // Standard still imaging. 175 {YUV, PREVIEW, JPEG, MAXIMUM}, // In-app processing plus still capture. 176 {PRIV, PREVIEW, PRIV, PREVIEW}, // Standard recording. 177 {PRIV, PREVIEW, YUV, PREVIEW}, // Preview plus in-app processing. 178 {PRIV, PREVIEW, YUV, PREVIEW, JPEG, MAXIMUM} // Still capture plus in-app processing 406 SurfaceTexture preview = new SurfaceTexture(\/*random int*\/ 1); local 547 SurfaceTexture preview = new SurfaceTexture(\/*random int*\/ 1); local 651 SurfaceTexture preview = new SurfaceTexture(\/*random int*\/ 1); local 769 SurfaceTexture preview = new SurfaceTexture(\/*random int*\/ 1); local [all...] |
/packages/apps/Camera2/src/com/android/camera/captureintent/resource/ |
ResourceSurfaceTextureNexus4Impl.java | 30 * (b/19271661) for 16:9 preview streams on Nexus 4. 33 * 1) For any 16x9 resolution, the largest 4:3 preview size will be chosen for 35 * surface content (the preview) provided by HAL is 16:9. 37 * PreviewTransformCalculator. Since the preview content is still 16:9, we 79 // Override the preview selection logic to the largest N4 4:3 80 // preview size but pass in 16:9 aspect ratio in
|
ResourceSurfaceTextureImpl.java | 40 /** The preview stream size. */ 43 /** The preview layout size. */ 98 // Update preview transform when preview stream size is changed. 103 * Update transform here since preview size might change when 122 // Update preview transform when preview layout size is changed. 131 * preview stream size.
|
/device/asus/flo/camera/QCamera2/HAL/ |
QCameraStateMachine.h | 49 QCAMERA_SM_EVT_SET_PREVIEW_WINDOW = 1, // set preview window 59 QCAMERA_SM_EVT_START_PREVIEW, // start preview (zsl, camera mode, camcorder mode) 60 QCAMERA_SM_EVT_START_NODISPLAY_PREVIEW, // start no display preview (zsl, camera mode, camcorder mode) 61 QCAMERA_SM_EVT_STOP_PREVIEW, // stop preview (zsl, camera mode, camcorder mode) 62 QCAMERA_SM_EVT_PREVIEW_ENABLED, // query if preview is running 154 bool isPreviewRunning(); // check if preview is running 158 QCAMERA_SM_STATE_PREVIEW_STOPPED, // preview is stopped 159 QCAMERA_SM_STATE_PREVIEW_READY, // preview started but preview window is not set yet 163 QCAMERA_SM_STATE_PIC_TAKING, // taking picture (preview stopped [all...] |
/device/lge/hammerhead/camera/QCamera2/HAL/ |
QCameraStateMachine.h | 49 QCAMERA_SM_EVT_SET_PREVIEW_WINDOW = 1, // set preview window 59 QCAMERA_SM_EVT_START_PREVIEW, // start preview (zsl, camera mode, camcorder mode) 60 QCAMERA_SM_EVT_START_NODISPLAY_PREVIEW, // start no display preview (zsl, camera mode, camcorder mode) 61 QCAMERA_SM_EVT_STOP_PREVIEW, // stop preview (zsl, camera mode, camcorder mode) 62 QCAMERA_SM_EVT_PREVIEW_ENABLED, // query if preview is running 154 bool isPreviewRunning(); // check if preview is running 158 QCAMERA_SM_STATE_PREVIEW_STOPPED, // preview is stopped 159 QCAMERA_SM_STATE_PREVIEW_READY, // preview started but preview window is not set yet 163 QCAMERA_SM_STATE_PIC_TAKING, // taking picture (preview stopped [all...] |
/development/samples/WiFiDirectDemo/res/layout/ |
main.xml | 17 <!-- Preview: layout=@layout/row_devices --> 24 <!-- Preview: layout=@layout/device_detail -->
|
/development/samples/WiFiDirectDemo/res/layout-land/ |
main.xml | 17 <!-- Preview: layout=@layout/row_devices --> 24 <!-- Preview: layout=@layout/device_detail -->
|
/development/samples/WiFiDirectDemo/res/layout-large/ |
main.xml | 10 <!-- Preview: layout=@layout/row_devices --> 15 <!-- Preview: layout=@layout/device_detail -->
|
/packages/apps/Camera2/src/com/android/camera/one/ |
PreviewSizeSelector.java | 22 * Picks a preview size for a given image resolution choice. 27 * Given an image capture resolution, pick a preview size.
|
/packages/apps/Gallery2/res/xml/ |
wallpaper_picker_preview.xml | 17 <wallpaper-preview xmlns:android="http://schemas.android.com/apk/res/android" 19 </wallpaper-preview>
|
widget_info.xml | 6 android:previewImage="@drawable/preview"
|
/packages/apps/Launcher2/res/xml/ |
wallpaper_picker_preview.xml | 17 <wallpaper-preview 20 </wallpaper-preview
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
WidgetPreviewLoader.java | 87 * Generates the widget preview on {@link AsyncTask#THREAD_POOL_EXECUTOR}. Must be 170 @Thunk void writeToDb(WidgetCacheKey key, long[] versions, Bitmap preview) { 178 values.put(CacheDb.COLUMN_PREVIEW_BITMAP, Utilities.flattenBitmap(preview)); 208 * 1. Any preview generated for an old package version is removed 209 * 2. Any preview for an absent package is removed 295 * Reads the preview bitmap from the DB or null if the preview is not in the DB. 327 Log.w(TAG, "Error loading preview from DB", e); 348 int maxPreviewWidth, Bitmap preview, int[] preScaledWidthOut) { 349 // Load the preview image if possibl [all...] |
/packages/wallpapers/LivePicker/res/xml/ |
wallpaper_picker_preview.xml | 17 <wallpaper-preview 20 </wallpaper-preview
|
/developers/build/prebuilts/gradle/RuntimePermissions/Application/src/main/res/values/ |
strings.xml | 14 <string name="show_camera">Show camera preview</string> 16 <string name="main_introduction">Click the buttons below to show a camera preview or access the contacts database.\nNote that the contacts option is only available on Android M to illustrate the use of optional, M-only permissions that are not requested on lower SDK platforms.</string> 17 <string name="permision_available_camera">Camera Permission has been granted. Preview can now be opened.</string> 20 <string name="permission_camera_rationale">Camera permission is needed to show the camera preview.</string>
|
/developers/samples/android/system/RuntimePermissions/Application/src/main/res/values/ |
strings.xml | 14 <string name="show_camera">Show camera preview</string> 16 <string name="main_introduction">Click the buttons below to show a camera preview or access the contacts database.\nNote that the contacts option is only available on Android M to illustrate the use of optional, M-only permissions that are not requested on lower SDK platforms.</string> 17 <string name="permision_available_camera">Camera Permission has been granted. Preview can now be opened.</string> 20 <string name="permission_camera_rationale">Camera permission is needed to show the camera preview.</string>
|
/development/samples/browseable/RuntimePermissions/res/values/ |
strings.xml | 14 <string name="show_camera">Show camera preview</string> 16 <string name="main_introduction">Click the buttons below to show a camera preview or access the contacts database.\nNote that the contacts option is only available on Android M to illustrate the use of optional, M-only permissions that are not requested on lower SDK platforms.</string> 17 <string name="permision_available_camera">Camera Permission has been granted. Preview can now be opened.</string> 20 <string name="permission_camera_rationale">Camera permission is needed to show the camera preview.</string>
|
/frameworks/base/docs/html/ |
robots.txt | 6 Disallow: /sdk/preview/
|
/frameworks/base/docs/html/preview/features/ |
power-mgmt.jd | 2 page.keywords=preview,sdk,compatibility 18 <li><a href="{@docRoot}preview/download.html">API level 22 to M Preview »</a> </li> 24 <li><a href="{@docRoot}preview/api-overview.html">M Developer Preview API Overview</a> </li> 30 <p>Android M Preview helps prolong battery life by introducing new power-saving optimizations: 58 <p>You can test Doze mode by connecting your development host to a device running the M Preview, 66 <p class="note"><strong>Note</strong>: As of M Preview 3 release, 75 <a href="{@docRoot}preview/testing/guide.html#doze-standby">Testing Guide</a> for tips on how 99 <p>You can test App Standby by connecting your development host to a device running the M Preview, [all...] |
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/testcases/ |
Camera2SurfaceViewTestCase.java | 62 * Camera2 Preview test case base class by using SurfaceView as rendering target. 64 * <p>This class encapsulates the SurfaceView based preview common functionalities. 66 * and CameraStateCallback are handled in this class. Some basic preview related utility 67 * functions are provided to facilitate the derived preview-based test classes. 115 * Set up the camera preview required environments, including activity, 142 // Teardown the camera preview required environments. 158 * Start camera preview by using the given request, preview size and capture 161 * If preview is already started, calling this function will stop the 162 * current preview stream and start a new preview stream with give [all...] |