/packages/apps/Gallery2/src/com/android/photos/data/ |
FileRetriever.java | 65 File preview = MediaCache.getInstance().getCachedFile(contentUri, MediaSize.Preview); local 66 if (preview != null) { 67 // Just downsample the preview, it is faster. 68 return MediaCacheUtils.downsample(preview, imageSize, tempFile); 81 && !MediaCacheUtils.needsDownsample(bitmap, MediaSize.Preview) 83 // Opportunistically save preview 85 mediaCache.insertIntoCache(contentUri, MediaSize.Preview, tempFile);
|
/packages/apps/Launcher2/res/xml/ |
wallpaper_picker_preview.xml | 17 <wallpaper-preview 20 </wallpaper-preview
|
/packages/wallpapers/LivePicker/res/xml/ |
wallpaper_picker_preview.xml | 17 <wallpaper-preview 20 </wallpaper-preview
|
/frameworks/base/docs/html/ |
robots.txt | 6 Disallow: /sdk/preview/
|
/packages/apps/Gallery2/res/xml/ |
widget_info.xml | 6 android:previewImage="@drawable/preview"
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
AbstractDrawingPreview.java | 57 * Draws the preview 58 * @param canvas The canvas where the preview is drawn. 63 * Set the position of the preview. 64 * @param tracker The new location of the preview is based on the points in PointerTracker.
|
SlidingKeyInputPreview.java | 30 * Draw rubber band preview graphics during sliding key input. 39 // TODO: Finalize the rubber band preview implementation. 70 * Draws the preview 71 * @param canvas The canvas where the preview is drawn. 79 // TODO: Finalize the rubber band preview implementation. 88 * Set the position of the preview. 89 * @param tracker The new location of the preview is based on the points in PointerTracker.
|
/external/chromium/chrome/browser/instant/ |
instant_loader.h | 43 // Invoked to load a URL. |tab_contents| is the TabContents the preview is 55 // remembered until the preview is committed or destroyed. This is only used 59 // Returns true if the mouse is down as the result of activating the preview 63 // Releases the preview TabContents passing ownership to the caller. This is 64 // intended to be called when the preview TabContents is committed. This does 77 // The preview TabContents; may be null. 82 // Returns true if the preview TabContents is ready to be shown. 124 // Invoked to show the preview. This is invoked in two possible cases: when 126 // delegate the preview is ready to be shown. 132 // Returns the bounds of the omnibox in terms of the preview tab contents [all...] |
instant_controller.h | 38 // InstantController maintains a TabContents that is intended to give a preview 43 // invoked on the delegate. Similarly the preview may be committed at any time 71 // Accepts the currently showing instant preview, if any, and returns true. 72 // Returns false if there is no instant preview showing. 76 // the url is empty and there is a preview TabContents it is destroyed. If url 77 // is non-empty and the preview TabContents has not been created it is 89 // remembered until the preview is committed or destroyed. This is only used 93 // Destroys the preview TabContents. Does nothing if the preview TabContents 110 // Sets InstantController so that when the mouse is released the preview i [all...] |
instant_delegate.h | 22 // Invoked when instant starts loading, but before the preview tab contents is 35 // Invoked when the user does something that should result in the preview
|
/external/icu4c/i18n/unicode/ |
bmsearch.h | 10 * \brief C++ API: Boyer-Moore StringSearch technology preview 11 * \internal ICU 4.0.1 technology preview 88 * NOTE: This is a technology preview. The final version of this API may not bear any resenblence to this API. 104 * @internal ICU 4.0.1 technology preview 124 * @internal ICU 4.0.1 technology preview 131 * @internal ICU 4.0.1 technology preview 140 * @internal ICU 4.0.1 technology preview 153 * @internal ICU 4.0.1 technology preview 163 * @internal ICU 4.0.1 technology preview 173 * @internal ICU 4.0.1 technology preview [all...] |
bms.h | 37 * @internal ICU 4.0.1 technology preview 53 * @internal ICU 4.0.1 technology preview 63 * @internal ICU 4.0.1 technology preview 79 * @internal ICU 4.0.1 technology preview 94 * @internal ICU 4.0.1 technology preview 104 * @internal 4.0.1 technology preview 166 * NOTE: This is a technology preview. The final version of this API may not bear any resenblence to this API. 182 * NOTE: This is a technology preview. The final version of this API may not bear any resenblence to this API. 184 * @internal ICU 4.0.1 technology preview 205 * @internal ICU 4.0.1 technology preview [all...] |
/pdk/apps/TestingCamera/res/values/ |
strings.xml | 21 <string name="preview_on_label">Preview On</string> 22 <string name="preview_off_label">Preview Off</string> 24 <string name="preview_resolution_prompt">Preview size</string> 25 <string name="preview_frame_rate_prompt">Preview Frame Rate</string> 51 <string name="callback_format_prompt">Preview callback format</string>
|
/packages/apps/Camera/src/com/android/camera/ |
SwitchAnimManager.java | 27 * An image of the previous camera zooms in and fades out. The preview of the 45 // know how much the preview is scaled and scale the review the same amount. 46 // For example, the preview is not full screen in film strip mode. 70 // preview: camera preview view. 71 // review: snapshot of the preview before switching the camera. 73 int height, CameraScreenNail preview, RawTexture review) { 78 // Calculate the position and the size of the preview. 90 // Calculate how much preview is scaled. 107 // Draw the preview [all...] |
/packages/apps/Gallery2/src/com/android/camera/ |
SwitchAnimManager.java | 27 * An image of the previous camera zooms in and fades out. The preview of the 45 // know how much the preview is scaled and scale the review the same amount. 46 // For example, the preview is not full screen in film strip mode. 70 // preview: camera preview view. 71 // review: snapshot of the preview before switching the camera. 73 int height, CameraScreenNail preview, RawTexture review) { 78 // Calculate the position and the size of the preview. 90 // Calculate how much preview is scaled. 107 // Draw the preview [all...] |
CaptureAnimManager.java | 54 private float mX; // The center of the whole view including preview and review. 78 /* preview: camera preview view. 124 case 0: // Preview is on the left. 128 case 90: // Preview is below. 132 case 180: // Preview on the right. 136 case 270: // Preview is above. 144 public boolean drawAnimation(GLCanvas canvas, CameraScreenNail preview, 190 preview.directDraw(canvas, (int) mX, (int) mY, mDrawWidth, mDrawHeight); 193 preview.directDraw(canvas, (int) mX, (int) mY, mDrawWidth, mDrawHeight) [all...] |
/frameworks/av/include/camera/ |
ICamera.h | 53 // set the preview callback flag to affect how the received frames from 54 // preview are handled. 57 // start preview mode, must call setPreviewDisplay first 60 // stop preview mode 63 // get preview state 93 // set preview/capture parameters - key/value pairs 96 // get preview/capture parameters - key/value pairs
|
/external/clang/utils/ |
clangVisualizers.txt | 5 preview ( 34 preview ( 63 preview ([$e.BeginX,s]) 68 preview ([$e.Data,s]) 80 preview((clang::tok::TokenKind)(int)$e.Kind) 84 preview ( 103 preview ( 121 preview ( 141 preview ( 164 preview ( [all...] |
/frameworks/base/media/java/android/media/videoeditor/ |
VideoEditor.java | 40 * <li>Preview the movie at any time</li> 76 * This listener interface is used by the VideoEditor to emit preview 88 * @param timeMs The current preview position (expressed in milliseconds 96 * This method notifies the listener when the preview is started 104 * This method notifies the listener when the preview is stopped 326 * instance. All pending operations such as preview, export and extract 375 * @throws IllegalStateException if a preview or an export is in progress or 418 * @throws IllegalStateException if a preview or an export is in progress or 445 * @throws IllegalStateException if a preview or an export is in progress or 459 * @throws IllegalStateException if a preview or an export is in progres [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
RenderPreview.java | 96 * Represents a preview rendering of a given configuration 112 * Height of the toolbar shown over a preview during hover. Needs to be 173 /** Whether the mouse is actively hovering over this preview */ 177 * Whether this preview cannot be rendered because of a model error - such 184 /** Whether in the current layout, this preview is visible */ 188 * this preview made visible. This corresponds to the change flags in 196 * @param canvas canvas where preview is painted 198 * @param width the initial width to use for the preview 199 * @param height the initial height to use for the preview 222 * Sets the configuration to use for this preview [all...] |
/external/chromium/chrome/browser/ui/webui/ |
print_preview_ui_uitest.cc | 22 // TODO(thestig): Remove when print preview is enabled by default. 44 // Go to the print preview tab via URL. 56 // Make sure there is 1 tab and print is enabled. Create print preview tab.
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/ |
VideoEditorPreviewTest.java | 101 // Declares the annotation for Preview Test Cases 102 public @interface Preview { 205 assertTrue("Preview Failed to start", previewStart); 206 assertTrue("Preview Failed to stop", previewStop); 207 assertFalse("Preview Error occurred", previewError); 213 // Preview 217 *To test Preview : FULL Preview of current work (beginning till end) 275 * To test Preview : Preview of start + 10 sec till end of story boar [all...] |
/external/chromium/chrome/browser/resources/picasaweb_uploader/css/ |
upload.css | 101 .preview-grid { 108 .preview-item { 117 .preview-item div { 125 .preview-item img {
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
PreviewFrameLayout.java | 28 * A layout which handles the preview aspect ratio. 31 /** A callback to be invoked when the preview frame's size changes. */ 71 // Resize the preview frame with correct aspect ratio. 84 // Ask children to follow the new preview dimension.
|
/frameworks/rs/java/tests/LivePreview/ |
AndroidManifest.xml | 24 <application android:label="Preview FS" 28 android:label="Preview FS"
|