HomeSort by relevance Sort by last modified time
    Searched full:overlay (Results 301 - 325 of 849) sorted by null

<<11121314151617181920>>

  /packages/apps/VideoEditor/res/values-de/
strings.xml 27 <string name="editor_remove_overlay_question" msgid="1113396043958946144">"Möchten Sie dieses Overlay entfernen?"</string>
80 <string name="editor_add_overlay_error" msgid="6315983638203833916">"Das Overlay kann nicht hinzugefügt werden."</string>
81 <string name="editor_remove_overlay_error" msgid="4404087798919441977">"Das Overlay kann nicht entfernt werden."</string>
82 <string name="editor_set_duration_overlay_error" msgid="1239098080272531324">"Die Overlay-Dauer konnte nicht eingestellt werden."</string>
84 <string name="editor_set_user_attributes_overlay_error" msgid="1084389378842530649">"Die Overlay-Attribute können nicht eingestellt werden."</string>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GestureManager.java 83 private List<Overlay> mOverlays;
178 for (Overlay overlay : mOverlays) {
179 overlay.create(device);
182 for (Overlay overlay : mOverlays) {
183 overlay.paint(gc);
290 for (Overlay overlay : mOverlays) {
291 overlay.dispose()
    [all...]
  /external/chromium/chrome/browser/resources/options/
sync_setup_overlay.js 21 * Encapsulated handling of the 'Sync Setup' overlay page.
27 'sync-setup-overlay');
439 // Hide an existing visible overlay.
440 var overlay = $('sync-setup-overlay');
441 for (var i = 0; i < overlay.children.length; i++)
442 overlay.children[i].classList.add('hidden');
autofill_edit_address_overlay.js 14 * Encapsulated handling of the 'Add Page' overlay page.
20 'autofill-edit-address-overlay');
98 * overlay.
autofill_edit_address_overlay.html 1 <div class="page hidden" id="autofill-edit-address-overlay">
  /packages/apps/Gallery/src/com/android/camera/
ImageGallery.java 826 Drawable overlay = null;
833 overlay = mVideoOverlay;
839 overlay = mVideoMmsErrorOverlay;
844 int width = overlay.getIntrinsicWidth();
845 int height = overlay.getIntrinsicHeight();
849 overlay.setBounds(mSrcRect);
850 overlay.draw(canvas);
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qgraphicswebview.cpp 80 QGraphicsItemOverlay* overlay() const function in class:QGraphicsWebViewPrivate
84 return pageClient()->overlay;
298 page()->mainFrame()->render(painter, d->overlay() ? QWebFrame::ContentsLayer : QWebFrame::AllLayers, option->exposedRect.toAlignedRect());
509 if (d->overlay())
510 d->overlay()->prepareGraphicsItemGeometryChange();
622 if (d->overlay())
623 d->overlay()->prepareGraphicsItemGeometryChange();
640 if (d->overlay())
641 d->overlay()->prepareGraphicsItemGeometryChange();
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
popup.html 171 .overlay {
187 .overlay a {
191 .overlay.visible {
  /frameworks/base/docs/html/reference/com/google/android/gms/maps/model/
TileOverlayOptions.html 904 <div class="jd-descrdiv">Creates a new set of tile overlay options.</div>
1005 <div class="jd-descrdiv">Specifies the tile provider to use for this tile overlay.</div>
1023 <div class="jd-descrdiv">Specifies the visibility for the tile overlay.</div>
1057 <div class="jd-descrdiv">Specifies the tile overlay's zIndex, i.e., the order in which it will be drawn where overlays
    [all...]
  /frameworks/base/media/java/android/media/videoeditor/
MediaArtistNativeHelper.java     [all...]
  /bootable/recovery/
make-overlay.py 95 # position of the overlay box.
screen_ui.cpp 93 // Draw the given frame over the installation overlay animation. The
96 // animation. Does nothing if no overlay animation is defined.
294 // skip this if we have a text overlay (too expensive to update)
302 // skip this if we have a text overlay (too expensive to update)
ui.h 97 // End menu mode, resetting the text overlay so that ui_print()
  /developers/samples/android/ui/holo/BorderlessButtons/BorderlessButtons/src/main/res/layout/
list_item.xml 46 changes to a translucent color overlay when the view is pressed or
  /development/samples/ApiDemos/src/com/example/android/apis/app/
SecureDialogActivity.java 44 * "Overlay Display" created using the "Simulate secondary displays" option in
SecureSurfaceViewActivity.java 44 * "Overlay Display" created using the "Simulate secondary displays" option in
  /development/samples/training/AnimationsDemo/res/layout/
activity_zoom.xml 44 the standard system "pressed" and "focused" overlay upon user interaction. -->
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
TouchHighlightImageButton.java 34 * that's transparent in the default state, and contains a semi-transparent overlay
  /device/ti/panda/
device.mk 47 device/ti/panda/overlay
  /external/chromium/chrome/browser/chromeos/login/
web_page_view.h 89 // page rendered in it. While page is loaded spinner overlay is shown.
  /external/chromium/chrome/browser/ui/cocoa/
fullscreen_controller.mm 100 // overlay opening and closing. Will return NO if the window is not main or not
104 // Returns |kFullScreenModeHideAll| when the overlay is hidden and
105 // |kFullScreenModeHideDock| when the overlay is shown.
108 // Change the overlay to the given fraction, with or without animation. Only
  /external/chromium/chrome/browser/ui/views/
keyboard_overlay_dialog_view.cc 75 // Skip a sole ALT key since it's handled on the keyboard overlay.
  /external/jmonkeyengine/engine/src/core-effects/com/jme3/post/filters/
TranslucentBucketFilter.java 51 material = new Material(manager, "Common/MatDefs/Post/Overlay.j3md");
  /external/qemu/
dis-asm.h 312 This is used by ports which support an overlay manager where
313 the overlay number is held in the top part of an address. In
314 some circumstances we want to include the overlay number in the
316 that address), but sometimes we want to mask out the overlay bits. */
  /external/webkit/Source/WebCore/manual-tests/plugins/
windowed.html 73 <div id="overlayDiv"> This is an overlay that will display over the flash. In addition, you should be able to see

Completed in 467 milliseconds

<<11121314151617181920>>