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

1 23 4 5 6 7 8 91011>>

  /frameworks/base/core/tests/overlaytests/
runtests.sh 73 echo "Disabling overlay"
74 $adb shell rm /vendor/overlay/framework/framework-res.apk
75 $adb shell rm /data/resource-cache/vendor@overlay@framework@framework-res.apk@idmap
80 echo "Enabling overlay"
82 mkdir_if_needed "/vendor/overlay/framework"
83 $adb shell ln -s /data/app/com.android.overlaytest.overlay.apk /vendor/overlay/framework/framework-res.apk
114 # instrument test (without overlay)
121 # instrument test (with overlay)
  /packages/apps/Contacts/src/com/android/contacts/widget/
FrameLayoutWithOverlay.java 41 /** After adding the View, bring the overlay to the front to ensure it's always on top. */
49 * Delegate to overlay: set the View that it will use as its alpha-layer.
50 * If none is set, the overlay will use its own alpha layer. Only
58 /** Delegate to overlay: set the alpha value on the alpha layer. */
63 /** Delegate to overlay. */
68 /** Delegate to overlay. */
  /external/qemu/distrib/sdl-1.2.15/test/
testoverlay.c 18 SDL_Overlay *overlay; variable
274 rect.w=overlay->w;
275 rect.h=overlay->h;
280 SDL_DisplayYUVOverlay(overlay,&rect);
285 rect.w=overlay->w/2;
286 rect.h=overlay->h/2;
296 SDL_DisplayYUVOverlay(overlay,&rect);
318 fprintf(stderr, " -fullscreen (test overlay in fullscreen mode)\n");
480 SDL_WM_SetCaption("SDL test overlay", "testoverlay");
531 /* Create the overlay */
    [all...]
testoverlay2.c 3 * Test of the overlay used for moved pictures, test more closed to real life. *
272 fprintf(stderr, " -scale <scale factor> (initial scale of the overlay)\n");
285 SDL_Overlay* overlay; local
423 SDL_WM_SetCaption("SDL test overlay: running moose", "testoverlay2");
478 overlay=SDL_CreateYUVOverlay(MOOSEPIC_W, MOOSEPIC_H, overlay_format, screen);
479 if (!overlay)
481 fprintf(stderr, "Couldn't create overlay: %s\n", SDL_GetError());
485 printf("Created %dx%dx%d %s %s overlay\n",overlay->w,overlay->h,overlay->planes
    [all...]
  /frameworks/base/core/tests/overlaytests/OverlayTest/src/com/android/overlaytest/
OverlayBaseTest.java 61 // config_automatic_brightness_available has overlay (default config)
67 // config_annoy_dianne has no overlay
73 // phoneTypeCar has an overlay (default config), which shouldn't shadow
81 // phoneTypeWork has overlay (no default config, only for lang=sv)
90 // phoneTypeHome has no overlay
99 // config_scrollBarrierVibePattern has overlay (default config)
105 // config_virtualKeyVibePattern has no overlay
112 // drawable/default_background.jpg has overlay (default config)
  /frameworks/base/docs/html/design/building-blocks/
index.jd 11 #text-overlay {
20 <div id="text-overlay">
  /frameworks/base/docs/html/design/patterns/
index.jd 11 #text-overlay {
20 <div id="text-overlay">
  /frameworks/base/docs/html/design/style/
index.jd 11 #text-overlay {
20 <div id="text-overlay">
  /frameworks/base/docs/html/distribute/googleplay/strategies/
index.jd 15 #text-overlay {
24 <div id="text-overlay">
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DisplayTestRunner.java 24 * Running the display tests requires modification of secure settings to create an overlay display.
36 // CLog.e("run: About to enable overlay display.");
42 // Tear down overlay display.
43 // CLog.e("run: About to disable overlay display.");
  /external/chromium/chrome/browser/resources/options/
language_add_language_overlay.js 12 * Encapsulated handling of ChromeOS add language overlay page.
18 'add-language-overlay-page');
36 $('add-language-overlay-cancel-button').onclick = function(e) {
41 var addLanguageList = $('add-language-overlay-language-list');
sync_setup_overlay.css 3 #sync-setup-overlay * h4 {
7 #sync-setup-overlay * form {
11 #sync-setup-overlay * .content-area {
56 #sync-setup-overlay {
64 #sync-setup-overlay * a:link {
68 #sync-setup-overlay * a:visited {
72 #sync-setup-overlay * a:active {
76 #sync-setup-overlay * hr {
84 #sync-setup-overlay * input[type='button'],
85 #sync-setup-overlay * input[type='submit']
    [all...]
options_page.js 91 // If it's not a page, try it as an overlay.
195 * Shows a registered Overlay page. Does not update history.
198 * @return {boolean} whether we showed an overlay.
201 var overlay = this.registeredOverlayPages[overlayName];
202 if (!overlay || !overlay.canShowPage())
205 if ((!rootPage || !rootPage.sticky) && overlay.parentPage)
206 this.showPageByName(overlay.parentPage.name, false);
208 overlay.visible = true;
209 if (overlay.didShowPage) overlay.didShowPage()
    [all...]
certificate_edit_ca_trust_overlay.js 10 * Encapsulated handling of the 'edit ca trust' and 'import ca' overlay pages.
25 * Dismisses the overlay.
46 * The overlay will be left up with inputs disabled until the backend
71 * The overlay will be left up with inputs disabled until the backend
110 * Show the Edit CA Trust overlay.
134 * Show the Import CA overlay.
certificate_restore_overlay.js 10 * Encapsulated handling of the 'enter restore password' overlay page.
42 * Clears any uncommitted input, and dismisses the overlay.
52 * The overlay will be left up with inputs disabled until the backend
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_sysyuv.h 66 extern int BE_LockYUVOverlay(_THIS, SDL_Overlay* overlay);
67 extern void BE_UnlockYUVOverlay(_THIS, SDL_Overlay* overlay);
68 extern int BE_DisplayYUVOverlay(_THIS, SDL_Overlay* overlay, SDL_Rect* src, SDL_Rect* dst);
69 extern void BE_FreeYUVOverlay(_THIS, SDL_Overlay* overlay);
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/
other 20 -webkit-overlay
  /frameworks/base/core/tests/overlaytests/OverlayTest/
AndroidManifest.xml 9 android:label="Runtime resource overlay tests"/>
  /external/chromium/chrome/browser/resources/gpu_internals/
profiling_view.css 27 .profiling-overlay {
33 .profiling-overlay .raw-text {
39 .profiling-overlay .error {
  /frameworks/base/tests/TileBenchmark/res/values/
colors.xml 21 <!-- Viewport overlay in playback -->
23 <!-- Invalidated region overlay in playback - start color -->
25 <!-- Invalidated region overlay in playback - stop color-->
  /hardware/qcom/display/liboverlay/
overlayMdp.h 30 namespace overlay{ namespace
44 /* unset overlay, reset and close fd */
48 /* calls overlay set
61 /* given a dim and w/h, set overlay dim */
91 /* overlay get */
106 void setBlending(overlay::utils::eBlending blending);
117 /* return true if current overlay is different
118 * than last known good overlay */
128 /* Actual overlay mdp structure */
196 /* actual overlay mdp data *
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
OverlayLinearLayout.java 60 // Default overlay duration
76 * The overlay listener
80 * Add a new overlay
86 * The overlay action mode handler.
127 final MovieOverlay overlay = mMediaItem.getOverlay(); local
128 intent.putExtra(OverlayTitleEditor.PARAM_OVERLAY_ID, overlay.getId());
130 overlay.buildUserAttributes());
251 // The duration of the timeline does not change while moving the Overlay
513 * A new overlay was added
515 * @param mediaItemId The media item which owns the overlay
610 final MovieOverlay overlay = mediaItem.getOverlay(); local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlcreateyuvoverlay.html 83 >SDL_CreateYUVOverlay&nbsp;--&nbsp;Create a YUV video overlay</DIV
126 > creates a YUV overlay of the specified <TT
160 >The term 'overlay' is a misnomer since, unless the overlay is created in hardware, the contents for the display surface underneath the area where the overlay is shown will be overwritten when the overlay is displayed.</P
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_yuv_sw.c 24 /* This is the software implementation of the YUV video overlay support */
928 SDL_Overlay *overlay; local
962 /* Create the overlay structure */
963 overlay = (SDL_Overlay *)SDL_malloc(sizeof *overlay);
964 if ( overlay == NULL ) {
968 SDL_memset(overlay, 0, (sizeof *overlay));
971 overlay->format = format;
972 overlay->w = width
    [all...]
  /external/netperf/
netcpu_pstat.c 66 } *overlay; local
76 overlay = (union overlay_u *)&(res[i]);
77 overlay->word[0] = psp[i].psp_idlecycles.psc_hi;
78 overlay->word[1] = psp[i].psp_idlecycles.psc_lo;
146 } *overlay; local
147 overlay = (union overlay_u *)&(firstcnt[j]);
148 overlay->word[0] = psp[j].psp_idlecycles.psc_hi;
149 overlay->word[1] = psp[j].psp_idlecycles.psc_lo;
182 } *overlay; local
183 overlay = (union overlay_u *)&(secondcnt[j])
    [all...]

Completed in 179 milliseconds

1 23 4 5 6 7 8 91011>>