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

1 2 3 45 6 7 8 91011>>

  /external/chromium/chrome/browser/resources/options/
certificate_backup_overlay.js 10 * Encapsulated handling of the 'enter backup password' overlay page.
46 * Clears any uncommitted input, and dismisses the overlay.
56 * The overlay will be left up with inputs disabled until the backend
  /hardware/qcom/display/libhwcomposer/
hwc_fbupdate.h 23 #include "overlay.h"
29 namespace ovutils = overlay::utils;
36 // Sets up members and prepares overlay if conditions are met
  /development/samples/ApiDemos/src/com/example/android/apis/view/
SystemUIModesOverlay.java 23 * Version of demo that uses the action bar in overlay mode.
  /device/generic/armv7-a-neon/
mini_armv7a_neon.mk 23 DEVICE_PACKAGE_OVERLAYS := device/generic/armv7-a-neon/overlay
  /device/generic/mips/
mini_mips.mk 23 DEVICE_PACKAGE_OVERLAYS := device/generic/mips/overlay
  /device/generic/x86/
mini_x86.mk 23 DEVICE_PACKAGE_OVERLAYS := device/generic/x86/overlay
  /device/sample/products/
backup_overlay.mk 17 # This is an example of how to set an overlay that configures the
location_overlay.mk 17 # This is an example of how to set an overlay that configures the
  /external/chromium/chrome/browser/resources/gpu_internals/
profiling_view.js 90 this.overlayEl_ = new gpu.Overlay();
91 this.overlayEl_.className = 'profiling-overlay';
115 this.overlayEl_ = new gpu.Overlay();
116 this.overlayEl_.className = 'profiling-overlay';
  /external/chromium/chrome/common/
badge_util.h 19 // rendering badge overlay text (correct font, typeface, etc).
  /external/chromium/chrome/common/extensions/docs/examples/howto/contentscript_xhr/
manifest.json 4 "description": "Demonstrates a method to make a cross-domain XMLHttpRequest fetch from a content script. This extension fetches the current trending topics from Twitter and inserts them in an overlay at the top of Google News. Visit http://news.google.com to test this extension.",
  /external/chromium-trace/trace-viewer/src/
category_filter_dialog.js 12 base.require('overlay');
18 __proto__: tracing.ui.Overlay.prototype,
21 tracing.ui.Overlay.prototype.decorate.call(this);
23 this.className = 'view-category-filter-overlay';
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlunlockyuvoverlay.html 83 >SDL_UnlockYUVOverlay&nbsp;--&nbsp;Unlock an overlay</DIV
109 >(SDL_Overlay *overlay);</CODE
129 >. Unlocks a previously locked overlay. An overlay must be unlocked before it can be displayed.</P
  /external/webkit/Source/WebCore/manual-tests/
match-marker-rects.html 22 and &ldquo;123&rdquo;. The white &ldquo;holes&rdquo; in the Find overlay
  /hardware/qcom/display/liboverlay/pipes/
overlayGenPipe.h 37 namespace overlay { namespace
58 /* commit changes to the overlay "set"*/
61 /* queue buffer to the overlay */
101 } //namespace overlay
  /packages/apps/Dialer/
Android.mk 15 --auto-add-overlay \
  /packages/apps/Phone/res/values-land/
dimens.xml 19 <!-- Height of the "call banner" overlay on bottom of the call_card -->
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt.overlay/
README.txt 4 The reason the plugin package name starts with the word "overlay"
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
PageClientQt.cpp 262 delete overlay;
286 if (overlay)
287 overlay->update(QRectF(dirtyRect));
295 // We don't use an overlay with TextureMapper. Instead, the overlay is drawn inside QWebFrame.
306 if (useOverlay == !!overlay)
310 overlay = new QGraphicsItemOverlay(view, page);
311 overlay->setZValue(OverlayZValue);
313 // Changing the overlay might be done inside paint events.
314 overlay->deleteLater()
    [all...]
  /external/webkit/Tools/CSSTestSuiteHarness/harness/
harness.html 124 document.getElementById('overlay-data').value = '';
126 $('#overlay').addClass('visible');
131 $('#overlay').removeClass('visible');
136 var data = document.getElementById('overlay-data').value;
138 $('#overlay').removeClass('visible');
143 document.getElementById('overlay-action').innerText = 'Enter results to import (in the same format as the exported results):';
151 document.getElementById('overlay-action').innerText = 'Enter list of tests for which to clear results (so they can be re-tested):';
249 <div id="overlay">
251 <div class="overlay-contents">
252 <p id="overlay-action"></p
    [all...]
  /build/core/
post_clean.mk 20 # If a package's resource overlay has been changed, its R class needs to be
40 $(info *** Overlay change detected, clean shared intermediate files...)
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_lowvideo.h 48 SDL_Overlay *overlay; member in struct:SDL_PrivateVideoData
56 #define current_overlay (_this->hidden->overlay)
  /hardware/qcom/display/liboverlay/
overlayCtrlData.h 37 namespace ovutils = overlay::utils;
39 namespace overlay { namespace
70 /* mdp set overlay/commit changes */
105 /* set overlay pipe id in the mdp struct */
107 /* get overlay id in the mdp struct */
109 /* queue buffer to the overlay */
193 ALOGE("Ctrl commit failed set overlay");
267 } // overlay
  /packages/apps/Camera/src/com/android/camera/ui/
OverlayRenderer.java 61 public void setOverlay(RenderOverlay overlay) {
62 mOverlay = overlay;
  /packages/apps/Gallery2/src/com/android/camera/ui/
OverlayRenderer.java 61 public void setOverlay(RenderOverlay overlay) {
62 mOverlay = overlay;

Completed in 326 milliseconds

1 2 3 45 6 7 8 91011>>