HomeSort by relevance Sort by last modified time
    Searched defs:preview (Results 51 - 75 of 85) sorted by null

1 23 4

  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
mt9t013.h 104 int preview; member in struct:mt9t013_init
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
mt9t013.h 104 int preview; member in struct:mt9t013_init
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/linux/
mt9t013.h 104 int preview; member in struct:mt9t013_init
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/linux/
mt9t013.h 104 int preview; member in struct:mt9t013_init
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/linux/
mt9t013.h 104 int preview; member in struct:mt9t013_init
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/
mt9t013.h 104 int preview; member in struct:mt9t013_init
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/
mt9t013.h 104 int preview; member in struct:mt9t013_init
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/
mt9t013.h 104 int preview; member in struct:mt9t013_init
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/
mt9t013.h 104 int preview; member in struct:mt9t013_init
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
mt9t013.h 104 int preview; member in struct:mt9t013_init
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
mt9t013.h 104 int preview; member in struct:mt9t013_init
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
mt9t013.h 104 int preview; member in struct:mt9t013_init
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
mt9t013.h 104 int preview; member in struct:mt9t013_init
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
mt9t013.h 104 int preview; member in struct:mt9t013_init
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
mt9t013.h 104 int preview; member in struct:mt9t013_init
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewList.java 135 * configuration preview list
180 RenderPreview preview = RenderPreview.create(manager, configuration); local
182 preview.setDescription(description);
183 previews.add(preview);
189 void remove(@NonNull RenderPreview preview) {
190 ConfigurationDescription description = preview.getDescription();
200 void add(@NonNull RenderPreview preview) {
201 Configuration configuration = preview.getConfiguration();
205 description.displayName = preview.getDisplayName();
207 preview.setDescription(description)
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
WidgetPreviewLoader.java 217 Bitmap preview = null; local
220 preview = readFromDb(name, unusedBitmap);
223 if (preview != null) {
225 mLoadedPreviews.put(name, new WeakReference<Bitmap>(preview));
227 return preview;
231 preview = generatedPreview;
232 if (preview != unusedBitmap) {
237 mLoadedPreviews.put(name, new WeakReference<Bitmap>(preview));
249 return preview;
339 private void writeToDb(Object o, Bitmap preview) {
    [all...]
AppsCustomizePagedView.java 256 // Save the default widget preview background
271 // The padding on the non-matched dimension for the default widget preview icons
698 // Get the widget preview as the drag representation
702 // If the ImageView doesn't have a drawable yet, the widget preview hasn't been loaded and
710 Bitmap preview; local
737 preview = mWidgetPreviewLoader.generateWidgetPreview(createWidgetInfo.componentName,
741 // Compare the size of the drag preview to the preview in the AppsCustomize tray
744 scale = previewWidthInAppsCustomize / (float) preview.getWidth();
747 // might be extra pixels around the preview itself - this accounts for tha
1316 Bitmap preview = data.generatedImages.get(i); local
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
WidgetPreviewLoader.java 202 Bitmap preview = null; local
205 preview = readFromDb(name, unusedBitmap);
208 if (preview != null) {
210 mLoadedPreviews.put(name, new WeakReference<Bitmap>(preview));
212 return preview;
216 preview = generatedPreview;
217 if (preview != unusedBitmap) {
222 mLoadedPreviews.put(name, new WeakReference<Bitmap>(preview));
234 return preview;
324 private void writeToDb(Object o, Bitmap preview) {
    [all...]
LauncherBackupHelper.java 830 Bitmap preview = previewLoader.generateWidgetPreview(info, null); local
    [all...]
  /packages/apps/Settings/src/com/android/settings/
DreamBackend.java 211 public void preview(DreamInfo dreamInfo) { method in class:DreamBackend
212 logd("preview(%s)", dreamInfo);
218 Log.w(TAG, "Failed to preview " + dreamInfo, e);
KeyguardAppWidgetPickActivity.java 302 // Load the preview image if possible
314 Log.w(TAG, "Can't load widget preview drawable 0x" +
327 // Generate a preview image if we couldn't load one
345 // Scale to fit width only - let the widget preview be clipped in the
357 Bitmap preview = Bitmap.createBitmap(bitmapWidth, bitmapHeight, local
360 // Draw the scaled preview into the final bitmap
362 renderDrawableToBitmap(drawable, preview, 0, 0, finalPreviewWidth,
368 c.setBitmap(preview);
381 return preview;
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/
BitmapRegionTileSource.java 395 Bitmap preview = decodePreview(source, previewSize); local
396 if (preview.getWidth() <= GL_SIZE_LIMIT && preview.getHeight() <= GL_SIZE_LIMIT) {
397 mPreview = new BitmapTexture(preview);
400 "Failed to create preview of apropriate size! "
403 preview.getWidth(), preview.getHeight()));
  /external/chromium/chrome/browser/
aeropeek_manager.cc 182 // Sends a preview bitmap to Windows. Windows assumes this function is called
232 // Create a preview image and send it to Windows.
432 // A task which creates a preview image used by AeroPeek and sends it to
436 // content area) so Windows can paste the preview image on it.
487 // Send the preview image to Windows.
642 // Called when Windows needs a preview image for this thumbnail window.
644 // message anytime when it needs a preview bitmap and we have to create and
962 SkBitmap preview; local
    [all...]
  /frameworks/base/core/java/android/widget/
FastScroller.java 70 /** Scroll thumb and preview not showing. */
76 /** Scroll thumb and preview being dragged by user. */
97 // Positions for preview image and text.
121 * Preview image resource IDs for left- and right-aligned layouts. See
127 * Padding in pixels around the preview text. Applied as layout margins to
128 * the preview text and padding to the preview image.
141 /** Set containing preview text transition animations. */
175 * <li>{@link #STATE_DRAGGING}, visible and showing preview
180 /** Whether the preview image is visible. *
1023 final ImageView preview = mPreviewImage; local
    [all...]

Completed in 854 milliseconds

1 23 4