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

1 2 3 4

  /external/chromium_org/remoting/webapp/
toolbar.js 31 * @type {number?} The id of the preview timer, if any.
49 // Prevent the preview canceling if the user is interacting with the tool-bar.
62 * Preview the tool-bar functionality by showing it for 3s.
65 remoting.Toolbar.prototype.preview = function() {
  /packages/apps/Settings/src/com/android/settings/accessibility/
EdgeTypePreference.java 56 final SubtitleView preview = (SubtitleView) view.findViewById(R.id.preview); local
58 preview.setForegroundColor(DEFAULT_FOREGROUND_COLOR);
59 preview.setBackgroundColor(DEFAULT_BACKGROUND_COLOR);
60 preview.setTextSize(DEFAULT_FONT_SIZE);
63 preview.setEdgeType(value);
64 preview.setEdgeColor(DEFAULT_EDGE_COLOR);
ToggleCaptioningPreferenceFragment.java 83 final SubtitleView preview = mPreviewText; local
84 if (preview != null) {
88 applyCaptionProperties(mCaptioningManager, preview, styleId);
94 preview.setText(localizedText);
96 preview.setText(R.string.captioning_preview_text);
  /packages/apps/Launcher3/src/com/android/launcher3/
LiveWallpaperListAdapter.java 122 Intent preview = new Intent(WallpaperManager.ACTION_CHANGE_LIVE_WALLPAPER); local
123 preview.putExtra(WallpaperManager.EXTRA_LIVE_WALLPAPER_COMPONENT,
127 a, preview, WallpaperPickerActivity.PICK_LIVE_WALLPAPER);
PagedViewWidget.java 110 FastBitmapDrawable preview = (FastBitmapDrawable) image.getDrawable(); local
112 mInfo != null && preview != null && preview.getBitmap() != null) {
113 mWidgetPreviewLoader.recycleBitmap(mInfo, preview.getBitmap());
164 void applyPreview(FastBitmapDrawable preview, int index) {
167 if (preview != null) {
169 image.setImageDrawable(preview);
173 int centerAmount = (imageSize[0] - preview.getIntrinsicWidth()) / 2;
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/
NotificationStudioActivity.java 85 MaxHeightScrollView preview = (MaxHeightScrollView) findViewById(R.id.preview_scroller); local
86 if (preview == null)
88 final int margin = ((ViewGroup.MarginLayoutParams) preview.getLayoutParams()).bottomMargin;
89 preview.addOnLayoutChangeListener(new OnLayoutChangeListener(){
92 // animate preview height changes
109 // limit the max height for preview, leave room for editors + soft keyboard
116 preview.setMaxHeight((int)(dm.heightPixels * pct));
  /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,
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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewManager.java 131 * preview managers to refresh themselves to the latest revision when they
188 for (RenderPreview preview : mPreviews) {
189 preview.disposeThumbnail();
191 RenderPreview preview = mCanvas.getPreview(); local
192 if (preview != null) {
193 preview.disposeThumbnail();
214 * Returns whether there are any manual preview items (provided the current
217 * @return true if there are items in the manual preview list
240 for (RenderPreview preview : old) {
241 preview.dispose()
466 RenderPreview preview = iterator.next(); local
587 RenderPreview preview = mCanvas.getPreview(); local
698 RenderPreview preview = RenderPreview.create(this, configuration); local
771 RenderPreview preview = RenderPreview.create(this, parent); local
956 RenderPreview preview = RenderPreview.create(this, parent); local
1059 RenderPreview preview = RenderPreview.create(this, config); local
1093 RenderPreview preview = RenderPreview.create(this, config); local
1177 RenderPreview preview = mCanvas.getPreview(); local
1492 RenderPreview preview = getPreview(mousePos); local
1612 private RenderPreview preview; field in class:RenderPreviewManager.SwapAnimation
    [all...]
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperPreview.java 62 Log.w(LOG_TAG, "Failure showing preview", new Throwable());
65 Intent preview = new Intent(activity, LiveWallpaperPreview.class); local
66 preview.putExtra(EXTRA_LIVE_WALLPAPER_INTENT, intent);
67 preview.putExtra(EXTRA_LIVE_WALLPAPER_SETTINGS, info.getSettingsActivity());
68 preview.putExtra(EXTRA_LIVE_WALLPAPER_PACKAGE, info.getPackageName());
69 activity.startActivityForResult(preview, code);
  /bionic/libc/kernel/common/linux/
mt9t013.h 100 int preview; member in struct:mt9t013_init
  /development/ndk/platforms/android-3/include/linux/
mt9t013.h 104 int preview; member in struct:mt9t013_init
  /device/asus/flo/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_dual_test.c 73 uint16_t preview; member in struct:test_case_params
88 printf("\n Verifying Preview on back Camera and RDI on Front camera 0...\n");
122 CDBG_ERROR("DUAL start camera Preview for back \n");
144 CDBG_ERROR("DUAL stop camera Preview for back \n");
178 printf("\n Verifying Preview on back Camera and RDI on Front camera 1...\n");
212 CDBG_ERROR("DUAL start camera Preview for back \n");
222 CDBG_ERROR("DUAL stop camera Preview for front \n");
228 CDBG_ERROR("DUAL stop camera Preview for back \n");
267 printf("\n Verifying Preview on back Camera and RDI on Front camera 2...\n");
301 CDBG_ERROR("DUAL start camera Preview for back \n")
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ConsoleMessage.js 362 if (includePreview && obj.preview) {
363 titleElement.addStyleClass("console-object-preview");
382 * @return {boolean} true iff preview captured all information.
386 var preview = obj.preview;
392 for (var i = 0; i < preview.properties.length; ++i) {
396 var property = preview.properties[i];
404 if (preview.overflow)
407 return preview.lossless;
431 span.addStyleClass("console-formatted-preview-node")
506 var preview = table.preview; variable
    [all...]
  /external/kernel-headers/original/linux/
mt9t013.h 149 int preview; /* in: 1 for preview, 0 for capture */ member in struct:mt9t013_init
  /hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_dual_test.c 73 uint16_t preview; member in struct:test_case_params
88 printf("\n Verifying Preview on back Camera and RDI on Front camera 0...\n");
122 CDBG_ERROR("DUAL start camera Preview for back \n");
144 CDBG_ERROR("DUAL stop camera Preview for back \n");
178 printf("\n Verifying Preview on back Camera and RDI on Front camera 1...\n");
212 CDBG_ERROR("DUAL start camera Preview for back \n");
222 CDBG_ERROR("DUAL stop camera Preview for front \n");
228 CDBG_ERROR("DUAL stop camera Preview for back \n");
267 printf("\n Verifying Preview on back Camera and RDI on Front camera 2...\n");
301 CDBG_ERROR("DUAL start camera Preview for back \n")
    [all...]
  /packages/apps/Gallery2/src/com/android/photos/
BitmapRegionTileSource.java 86 Bitmap preview = decodePreview(path, previewSize); local
87 if (preview.getWidth() <= GL_SIZE_LIMIT && preview.getHeight() <= GL_SIZE_LIMIT) {
88 mPreview = new BitmapTexture(preview);
91 "Failed to create preview of apropriate size! "
94 preview.getWidth(), preview.getHeight()));
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewWidget.java 97 FastBitmapDrawable preview = (FastBitmapDrawable) image.getDrawable(); local
99 mInfo != null && preview != null && preview.getBitmap() != null) {
100 mWidgetPreviewLoader.recycleBitmap(mInfo, preview.getBitmap());
148 void applyPreview(FastBitmapDrawable preview, int index) {
151 if (preview != null) {
153 image.setImageDrawable(preview);
157 int centerAmount = (imageSize[0] - preview.getIntrinsicWidth()) / 2;
  /packages/apps/Launcher3/src/com/android/photos/
BitmapRegionTileSource.java 114 Bitmap preview = decodePreview(res, context, path, uri, resId, previewSize); local
115 if (preview.getWidth() <= GL_SIZE_LIMIT && preview.getHeight() <= GL_SIZE_LIMIT) {
116 mPreview = new BitmapTexture(preview);
119 "Failed to create preview of apropriate size! "
122 preview.getWidth(), preview.getHeight()));
233 Log.w("BitmapRegionTileSource", "getting preview failed", e);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AttachmentTile.java 65 * Returns true if the attachment should be rendered as a tile. with a large image preview.
193 // preview fills up at least 1 dimension
204 // preview is small. just center
235 public Bitmap preview; field in class:AttachmentTile.AttachmentPreview
245 dest.writeParcelable(preview, 0);
263 preview = in.readParcelable(null);
266 public AttachmentPreview(Attachment attachment, Bitmap preview) {
268 this.preview = preview;
273 void set(Attachment attachment, Bitmap preview);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureTrailsPreview.java 37 * Draw gesture trail preview graphics during gesture.
68 final GestureTrailsPreview preview = getOuterInstance(); local
69 if (preview == null) return;
72 preview.getDrawingView().invalidate();
158 * Draws the preview
159 * @param canvas The canvas where the preview is drawn.
184 * Set the position of the preview.
185 * @param tracker The new location of the preview is based on the points in PointerTracker.
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
mt9t013.h 104 int preview; member in struct:mt9t013_init
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
mt9t013.h 104 int preview; member in struct:mt9t013_init
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
mt9t013.h 104 int preview; member in struct:mt9t013_init
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
mt9t013.h 104 int preview; member in struct:mt9t013_init

Completed in 1268 milliseconds

1 2 3 4