HomeSort by relevance Sort by last modified time
    Searched full:previews (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewMode.java 23 /** Generate a set of default previews with maximum variation */
38 /** Show a manually configured set of previews */
41 /** No previews */
RenderPreviewList.java 41 /** A list of render previews */
43 /** Name of file saved in project directory storing previews */
44 private static final String PREVIEW_FILE_NAME = "previews.xml"; //$NON-NLS-1$
134 * Create a list of previews for the given canvas that matches the internal
138 * @return a new list of previews linked to the given canvas
145 List<RenderPreview> previews = Lists.newArrayList(); local
183 previews.add(preview);
186 return previews;
RenderPreviewManager.java 83 * Manager for the configuration previews, which handles layout computations,
109 * than {@link #sRevision}, the previews need to be updated on next exposure */
121 * @param canvas the canvas to manage previews for
159 /** Zooms in (grows all previews) */
169 /** Zooms out (shrinks all previews) */
215 * mode is manual previews
224 /** Delete all the previews */
235 /** Dispose all the previews */
264 * Compute the total width required for the previews, including internal padding
288 * {@link RenderPreview#getY()} coordinates of all the previews. It als
    [all...]
PaletteControl.java 197 /** Show rendered previews of the views */
198 PREVIEW("Show Previews", true),
199 /** Show rendered previews of the views, scaled down to 75% */
200 SMALL_PREVIEW("Show Small Previews", true),
201 /** Show rendered previews of the views, scaled down to 50% */
202 TINY_PREVIEW("Show Tiny Previews", true),
363 /** Returns true if previews in the palette should be made available */
366 // a decent job with previews
    [all...]
  /packages/apps/UnifiedEmail/res/values/
constants.xml 110 <!-- Duration of progress bar animation for attachment previews -->
112 <!-- Duration of fade in/out animation for attachment previews -->
114 <!-- Duration of placeholder pulse animation for attachment previews -->
116 <!-- Delay before showing progress bar animations for attachment previews that are loading -->
118 <!-- Max overflow count to show for attachment previews -->
  /development/ndk/platforms/android-9/samples/native-audio/res/values/
strings.xml 25 <item>http://www.freesound.org/data/previews/18/18765_18799-lq.mp3</item>
  /packages/apps/Camera2/src/com/android/camera/tinyplanet/
TinyPlanetNative.java 37 * @param scale the scale factor (used for fast previews).
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
AbstractDrawingPreview.java 25 * Abstract base class for previews that are drawn on PreviewPlacerView, e.g.,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
ImageButtonRule.java 48 // Fallback if dismissed or during previews etc
ImageViewRule.java 51 // Fallback if dismissed or during previews etc
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
AttachmentsView.java 160 * Get all attachments previews that have been loaded
161 * @return attachments previews.
168 * Call this on restore instance state so previews persist across configuration changes
170 public void setAttachmentPreviews(ArrayList<AttachmentPreview> previews) {
171 mTileGrid.setAttachmentPreviews(previews);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AttachmentTileGrid.java 209 public void setAttachmentPreviews(ArrayList<AttachmentPreview> previews) {
210 if (previews != null) {
211 for (AttachmentPreview preview : previews) {
SwipeableListView.java 63 * Set to true to enable parallax effect for attachment previews as the scroll position varies.
71 * previews in an ordered fashion. This artificially delays updating the UI with decoded images,
77 * The amount of extra vertical space to decode in attachment previews so we have image data to
  /packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
ImageAttachmentRequest.java 18 * A request object for image attachment previews.
  /packages/apps/Launcher3/res/values/
dimens.xml 83 <!-- Padding applied to AppWidget previews -->
91 <!-- Padding applied to shortcut previews -->
  /external/chromium_org/chrome/browser/resources/file_manager/js/
action_choice.js 74 * The number of previews shown.
188 this.previews_ = this.document_.querySelector('.previews');
308 var previews = mediaFiles.length ? mediaFiles : results;
309 var previewsCount = Math.min(ActionChoice.PREVIEW_COUNT, previews.length);
310 this.renderPreview_(previews, previewsCount);
  /packages/apps/Launcher3/src/com/android/launcher3/
AppsCustomizePagedView.java 119 // Load each of the widget previews in the background
125 // All the widget previews are loaded, so we can just callback to inflate the page
203 // Previews & outlines
220 // Deferral of loading widget previews during launcher transitions
229 // Used for drawing shortcut previews
234 // Used for drawing widget previews
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/
action_choice.html 59 <div class="previews"></div>
  /packages/apps/Settings/res/values/
dimens.xml 58 <!-- Size of AppWidget previews in KeyguardAppWidgetPickActivity -->
  /packages/apps/Launcher2/res/values/
dimens.xml 106 <!-- Padding applied to AppWidget previews -->
114 <!-- Padding applied to shortcut previews -->
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemViewCoordinates.java 60 // Attachment previews modes
257 // Attachment previews
264 // Attachment previews overflow badge and count
271 // Attachment previews placeholder
275 // Attachment previews progress bar
339 // Add margin between attachment previews and folders
  /frameworks/base/docs/html/tools/help/
adt.jd 270 you can drag onto the canvas. The palette shows rendered previews of the
409 layout. The pallete categorizes the widgets and shows rendered previews
413 <li>Different modes of rendered previews include: icons only, icons and text, tiny previews,
414 small previews, and previews (rendered in real size). Previews are only available for layouts
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java 122 // Load each of the widget previews in the background
128 // All the widget previews are loaded, so we can just callback to inflate the page
204 // Previews & outlines
221 // Deferral of loading widget previews during launcher transitions
230 // Used for drawing shortcut previews
235 // Used for drawing widget previews
    [all...]
WidgetPreviewLoader.java 114 // Used for drawing shortcut previews
119 // Used for drawing widget previews
226 // of the first time widget previews are loaded
  /external/chromium_org/chrome/browser/resources/print_preview/
preview_generator.js 61 * Whether the previews are being generated in landscape mode.
68 * Whether the previews are being generated with a header and footer.
75 * Whether the previews are being generated in color.

Completed in 1781 milliseconds

1 2 3 4