HomeSort by relevance Sort by last modified time
    Searched full:overlay (Results 726 - 750 of 1450) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSValueKeywords.in 456 overlay
665 media-overlay-play-button
960 // overlay
  /frameworks/base/tools/aapt/
ResourceTable.h 137 bool overlay = false,
444 bool overlay = false,
532 bool overlay,
Resource.cpp 576 // Replace any base level files in this category with any found from the overlay
577 // Also add any found only in the overlay.
578 sp<AaptAssets> overlay = assets->getOverlay(); local
582 while (overlay.get()) {
583 KeyedVector<String8, sp<ResourceTypeSet> >* overlayRes = overlay->getResources();
585 // get the overlay resources of the requested type
591 // non-overlay "baseset".
632 printf("found a match (" ZD ") for overlay file %s, for flavor %s\n",
641 printf("nothing matches overlay file %s, for flavor %s\n",
654 // this group doesn't exist (a file that's only in the overlay)
2578 sp<AaptAssets> overlay = assets->getOverlay(); local
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bcmevent.h 172 #define WLC_E_OVERLAY_REQ 79 /* request an overlay IOCTL/iovar from the host */
364 #define WLC_E_OVL_DOWNLOAD 0 /* overlay download request */
365 #define WLC_E_OVL_UPDATE_IND 1 /* device indication of host overlay update */
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc.cpp 29 #include <overlay.h>
194 // Mark all application layers as OVERLAY so that
280 // free up all the overlay pipes in use
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc.cpp 29 #include <overlay.h>
194 // Mark all application layers as OVERLAY so that
281 // free up all the overlay pipes in use
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
MediaLinearLayout.java 172 // Menu item for adding a new overlay. It is also used to edit
173 // existing overlay. We change the displayed text accordingly.
    [all...]
  /external/qemu/distrib/sdl-1.2.15/
WhatsNew 112 The YUV overlay structure has been changed to use an array of
285 Added YUV video overlay support.
287 This function creates an overlay surface:
289 You must lock and unlock the overlay to get access to the data:
291 You can then display the overlay:
293 You must free the overlay when you are done using it:
  /external/qemu/distrib/sdl-1.2.15/docs/html/
index.html 444 >&nbsp;--&nbsp;Create a YUV video overlay</DT
449 >&nbsp;--&nbsp;Lock an overlay</DT
454 >&nbsp;--&nbsp;Unlock an overlay</DT
459 >&nbsp;--&nbsp;Blit the overlay to the display</DT
464 >&nbsp;--&nbsp;Free a YUV video overlay</DT
504 >&nbsp;--&nbsp;YUV video overlay</DT
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
TitlesFragment.java 133 // necessary, but we've set the ActionBar to "overlay" mode using our theme,
209 // the ActionBar. Which is necessary because the ActionBar is in overlay mode, meaning
  /docs/source.android.com/src/devices/tech/storage/
index.jd 66 file, typically provided through a <code>frameworks/base</code> overlay, defines the
103 <li><a href="https://android.googlesource.com/device/moto/wingray/+/master/overlay/frameworks/base/core/res/res/xml/storage_list.xml">storage_list.xml</a></li>
  /external/chromium/chrome/browser/chromeos/input_method/
xkeyboard.cc 41 // These are the overlay names of layouts that shouldn't
79 // These are the overlay names with caps lock remapped
  /external/chromium/chrome/browser/resources/options/
options.html 138 <div id="overlay" class="overlay transparent" hidden>
  /external/chromium_org/chrome/browser/resources/options/
browser_options.css 411 #keyboard-overlay .option-value > select {
415 #keyboard-overlay table {
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDOMAgent.h 99 static PassOwnPtr<InspectorDOMAgent> create(InstrumentingAgents* instrumentingAgents, InspectorPageAgent* pageAgent, InspectorCompositeState* inspectorState, InjectedScriptManager* injectedScriptManager, InspectorOverlay* overlay, InspectorClient* client)
101 return adoptPtr(new InspectorDOMAgent(instrumentingAgents, pageAgent, inspectorState, injectedScriptManager, overlay, client));
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
OMX_VPP_Utils.h 247 OMX_U32 ulFrostedGlassOvly; /* Frosted glass effect overlay */
418 VPP_OVERLAY *overlay; member in struct:VPP_COMPONENT_PRIVATE
  /packages/apps/Dialer/src/com/android/dialer/list/
PhoneFavoriteListView.java 308 public void setDragShadowOverlay(ImageView overlay) {
309 mDragShadowOverlay = overlay;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_curses.py 114 win2.overlay(win)
116 win2.overlay(win, 1, 2, 3, 3, 2, 1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_curses.py 114 win2.overlay(win)
116 win2.overlay(win, 1, 2, 3, 3, 2, 1)
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
fakeglx.c 188 * a list of overlay visuals. Get that list now.
216 * Return the level (overlay, normal, underlay) of a given XVisualInfo.
221 * >0 = overlay planes
235 /* search the overlay visual list for the visual ID of interest */
252 /* The visual ID was not found in the overlay list. */
511 /* The visual ID was not found in the overlay list. */
736 /* Search for the deepest overlay which satisifies all criteria. */
746 /* failed overlay level criteria */
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
fakeglx.c 188 * a list of overlay visuals. Get that list now.
216 * Return the level (overlay, normal, underlay) of a given XVisualInfo.
221 * >0 = overlay planes
235 /* search the overlay visual list for the visual ID of interest */
252 /* The visual ID was not found in the overlay list. */
511 /* The visual ID was not found in the overlay list. */
736 /* Search for the deepest overlay which satisifies all criteria. */
746 /* failed overlay level criteria */
    [all...]
  /bootable/recovery/
ui.h 108 // End menu mode, resetting the text overlay so that ui_print()
  /build/core/tasks/
vendor_module_check.mk 60 $(error Error: Product "$(TARGET_PRODUCT)" cannot have overlay in vendor tree: \
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/analyzer/
CameraTests.java 65 * overlay on top. In the exposure compensation test, the debug image
  /dalvik/dx/src/com/android/dx/cf/code/
OneLocalsArray.java 214 ex.addContext("overlay locals:");

Completed in 1107 milliseconds

<<21222324252627282930>>