/packages/experimental/BugReportSender/res/layout/ |
bugreport_preview.xml | 7 android:id="@+id/preview"
|
/external/icu4c/i18n/unicode/ |
bmsearch.h | 10 * \brief C++ API: Boyer-Moore StringSearch technology preview 11 * \internal ICU 4.0.1 technology preview 87 * NOTE: This is a technology preview. The final version of this API may not bear any resenblence to this API. 103 * @internal ICU 4.0.1 technology preview 123 * @internal ICU 4.0.1 technology preview 130 * @internal ICU 4.0.1 technology preview 139 * @internal ICU 4.0.1 technology preview 152 * @internal ICU 4.0.1 technology preview 162 * @internal ICU 4.0.1 technology preview 172 * @internal ICU 4.0.1 technology preview [all...] |
colldata.h | 57 * @internal ICU 4.0.1 technology preview 73 * @internal ICU 4.0.1 technology preview 87 * @internal ICU 4.0.1 technology preview 98 * @internal ICU 4.0.1 technology preview 111 * @internal ICU 4.0.1 technology preview 122 * @internal ICU 4.0.1 technology preview 154 * @internal ICU 4.0.1 technology preview 168 * @internal ICU 4.0.1 technology preview 175 * @internal ICU 4.0.1 technology preview 185 * @internal ICU 4.0.1 technology preview [all...] |
bms.h | 49 * @internal ICU 4.0.1 technology preview 59 * @internal ICU 4.0.1 technology preview 75 * @internal ICU 4.0.1 technology preview 90 * @internal ICU 4.0.1 technology preview 100 * @internal 4.0.1 technology preview 162 * NOTE: This is a technology preview. The final version of this API may not bear any resenblence to this API. 178 * NOTE: This is a technology preview. The final version of this API may not bear any resenblence to this API. 180 * @internal ICU 4.0.1 technology preview 201 * @internal ICU 4.0.1 technology preview 224 * @internal ICU 4.0.1 technology preview [all...] |
/frameworks/base/docs/html/ |
robots.txt | 6 Disallow: /sdk/preview/
|
/frameworks/base/include/camera/ |
ICamera.h | 51 // set the preview callback flag to affect how the received frames from 52 // preview are handled. 55 // start preview mode, must call setPreviewDisplay first 58 // stop preview mode 61 // get preview state 85 // set preview/capture parameters - key/value pairs 88 // get preview/capture parameters - key/value pairs
|
Camera.h | 29 * A set of bit masks for specifying how the received preview frames are 43 * subsequent preview frames filled by the camera. This flag is recommended 46 * the preview frame rate so that data corruption won't occur. 131 // start preview mode, must call setPreviewDisplay first 134 // stop preview mode 137 // get preview state 161 // set preview/capture parameters - key/value pairs 164 // get preview/capture parameters - key/value pairs
|
CameraHardwareInterface.h | 67 * preview heap so it can be registered with SurfaceFlinger for 68 * efficient display updating while in preview mode. 71 * a new preview frame is available. If data callback code needs to use 89 /** Return the IMemoryHeap for the preview image heap */ 125 * Start preview mode. 130 * Only used if overlays are used for camera preview. 136 * Stop a previously started preview. 141 * Returns true if preview is enabled.
|
/frameworks/base/docs/html/guide/developing/tools/ |
draw9patch.jd | 25 pane is the preview area, where you can preview your graphic when stretched.</p> 47 <li><strong>Patch scale</strong>: Adjust the scale of the images in the preview area.</li> 49 <li><strong>Show patches</strong>: Preview the stretchable patches in the drawing area (pink is a 51 <li><strong>Show content</strong>: Highlight the content area in the preview images
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
CameraPreview.java | 34 private Preview mPreview; 43 // Create our Preview view and set it as the content of our activity. 44 mPreview = new Preview(this); 52 class Preview extends SurfaceView implements SurfaceHolder.Callback { 56 Preview(Context context) { 80 // Surface will be destroyed when we return, so stop the preview. 124 // the preview.
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/ |
CameraTest.java | 107 // preview callbacks in the queue after quit is called. The preview 118 Log.v(TAG, "Preview callback start"); 129 Log.v(TAG, "Preview callback stop"); 193 Log.v(TAG, "Start preview"); 209 Log.v(TAG, "start preview"); 237 * Test case 2: Set the preview and
|
/external/webkit/WebCore/inspector/front-end/ |
FontView.js | 42 this.fontPreviewElement.className = "preview"; 68 this.fontPreviewElement.removeStyleClass("preview"); 86 this.fontPreviewElement.addStyleClass("preview"); 100 this.fontPreviewElement.addStyleClass("preview");
|
/frameworks/base/media/libdrm/mobile2/include/dcf/ |
DrmDcfContainer.h | 120 * get the preview method 123 * the preview method 152 * get the preview element data 155 * the DRM Instream of preview element data
|
/frameworks/base/camera/libcameraservice/ |
CameraService.h | 84 // set the preview callback flag to affect how the received frames from 85 // preview are handled. 88 // start preview mode, must call setPreviewDisplay first 91 // stop preview mode 94 // get preview state 118 // set preview/capture parameters - key/value pairs 121 // get preview/capture parameters - key/value pairs 177 // to stop preview, and stopPreview itself will block waiting
|
/frameworks/base/core/java/android/hardware/ |
Camera.java | 36 * set capture settings, start/stop preview, snap a picture, and retrieve 167 * Sets the SurfaceHolder to be used for a picture preview. If the surface 171 * @param holder the SurfaceHolder upon which to place the picture preview 185 * Used to get a copy of each preview frame. 190 * The callback that delivers the preview frames. 192 * @param data The contents of the preview frame in the format defined 204 * Start drawing preview frames to the surface. 209 * Stop drawing preview frames to the surface. 214 * Return current preview state. 223 * each preview frame in addition to displaying it [all...] |
/frameworks/base/libs/camera/ |
ICamera.cpp | 78 // set the preview callback flag to affect how the received frames from 79 // preview are handled. See Camera.h for details. 89 // start preview mode, must call setPreviewDisplay first 109 // stop preview mode 136 // check preview state 189 // set preview/capture parameters - key/value pairs 200 // get preview/capture parameters - key/value pairs
|
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/ |
LiveWallpaperPreview.java | 61 Intent preview = new Intent(activity, LiveWallpaperPreview.class); local 62 preview.putExtra(EXTRA_LIVE_WALLPAPER_INTENT, intent); 63 preview.putExtra(EXTRA_LIVE_WALLPAPER_SETTINGS, info.getSettingsActivity()); 64 preview.putExtra(EXTRA_LIVE_WALLPAPER_PACKAGE, info.getPackageName()); 65 activity.startActivityForResult(preview, code);
|
/packages/apps/Camera/src/com/android/camera/ |
PreviewFrameLayout.java | 27 * A layout which handles the preview aspect ratio and the position of 33 /** A callback to be invoked when the preview frame's size changes. */ 93 // resize frame and preview for aspect ratio
|
/external/stlport/etc/ |
autoexp.dat | 19 preview 53 preview 87 preview 110 preview 140 preview 156 preview 188 preview 205 preview 276 preview 291 preview [all...] |
/development/pdk/docs/porting/ |
camera.jd | 57 <a name="androidCameraSequenceDiagramsPreview"></a><h4>Preview</h4> 59 <p>The following diagram illustrates the sequence of function calls and actions necessary for your camera to preview.</p>
|
/frameworks/base/graphics/java/android/graphics/ |
ImageFormat.java | 39 * This is the default format for camera preview images, when not 47 * This is an alternative format for camera preview images. Whether this
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
MediaRecorderStressTest.java | 155 //Test case for stressing the camera preview. 162 output.write("Camera start preview stress:\n"); 166 Log.v(TAG, "Start preview"); 194 //Test case for stressing the camera preview. 207 Log.v(TAG, "Start preview"); 247 //Stress test case for switching camera and video recorder preview. 255 output.write("Camera and video recorder preview switching\n"); 259 Log.v(TAG, "Start preview");
|
/hardware/msm7k/libcamera/ |
camera_ifc.h | 127 * Preview: not applicable 135 * Preview: preview image dimension 144 /* Preview: not applicable 154 * Preview: preview image buffer ptr 226 CAMERA_EVT_CB_FRAME, /* Preview or video frame ready */ 318 * preview mode */
|
/packages/wallpapers/LivePicker/res/values/ |
strings.xml | 28 <!-- Title for the screen that lets the user preview a live wallpaper. --> 29 <string name="live_wallpaper_preview_title">Live wallpaper preview</string>
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/ |
AndroidVersion.java | 28 * <li>Preview versions of the platform are identified by a code name. Their API level 62 * Codename should be null for a release version, otherwise it's a preview codename. 120 * <p/>For target that are in preview mode, this can be superseded by 152 * Returns whether or not the version is a preview version. 171 // if the application is compiled for a preview version, the device must be running exactly 177 // otherwise, we check the api level (note that a device running a preview version 260 return -1; // same api level but argument is a preview for next version 266 // 'this' is a preview
|