/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
MarqueeGesture.java | 36 /** The {@link Overlay} drawn for the marquee. */ 86 public List<Overlay> createOverlays() { 88 return Collections.<Overlay> singletonList(mOverlay); 92 * An {@link Overlay} for the {@link MarqueeGesture}; paints a selection 93 * overlay rectangle matching the mouse coordinate delta between gesture 96 private static class MarqueeOverlay extends Overlay {
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
ShortcutIntentBuilder.java | 353 // Now draw the overlay 354 Drawable overlay = mContext.getResources().getDrawableForDensity( local 357 overlay.setBounds(dst); 358 overlay.draw(canvas); 365 * Generates a phone number shortcut icon. Adds an overlay describing the type of the phone 391 // Create an overlay for the phone number type 392 CharSequence overlay = Phone.getTypeLabel(r, phoneType, phoneLabel); local 394 if (overlay != null) { 414 overlay = TextUtils.ellipsize(overlay, textPaint, mIconSize - 2 * sidePadding [all...] |
/external/chromium/chrome/browser/resources/ |
keyboard_overlay.js | 82 * Returns the keyboard overlay ID. 179 var classes = ['keyboard-overlay-key']; 368 key.className = 'keyboard-overlay-key'; 376 keyText.className = 'keyboard-overlay-key-text'; 382 shortcutText.className = 'keyboard-overlay-shortcut-text'; 400 instructions.className = 'keyboard-overlay-instructions'; 412 instructionsText.className = 'keyboard-overlay-instructions-text'; 417 instructionsHideText.className = 'keyboard-overlay-instructions-hide-text'; 433 * Initializes the global keyboad overlay ID and the layout of keys. 437 // Libcros returns an empty string when it cannot find the keyboard overlay I [all...] |
/external/kernel-headers/original/video/ |
dsscomp.h | 224 * direct interface to the DSS2 overlay and overlay_manager modules. 236 * 1) check if DSS supports an overlay configuration, use DSSCIOC_CHECK_OVL 237 * ioctl with the manager, overlay, and setup-mode information filled out. 239 * display/render the overlay. 245 * Do this for each overlay before attempting to configure DSS. 271 * DSS2 overlay information. This structure contains all information 272 * needed to set up the overlay for a particular buffer to be displayed 279 * whole manager/overlay settings, and is enabled unless overlay is 291 * 5) color_mode is supported by overlay [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/ |
sim_unlock.js | 75 $('locked-pin-overlay').hidden = false; 90 $('locked-pin-overlay').hidden = false; 107 $('choose-pin-overlay').hidden = false; 112 $('locked-pin-no-tries-overlay').hidden = false; 122 $('locked-puk-overlay').hidden = false; 129 $('locked-puk-no-tries-overlay').hidden = false; 132 $('sim-disabled-overlay').hidden = false; 152 $('locked-pin-overlay').hidden = true; 153 $('locked-pin-no-tries-overlay').hidden = true; 154 $('locked-puk-overlay').hidden = true [all...] |
/frameworks/base/tools/obbtool/ |
Main.cpp | 43 {"overlay", optional_argument, NULL, 'o'}, 54 , overlay(false) 62 bool overlay; member in class:PackageInfo 81 " -o sets the OBB overlay flag\n" 101 obb->setOverlay(info->overlay); 141 printf(" Overlay: %s\n", obb->isOverlay() ? "true" : "false"); 216 package_info.overlay = true;
|
/external/chromium_org/chrome/browser/resources/options/ |
manage_profile_overlay.js | 11 * Encapsulated handling of the 'Manage profile...' overlay page. 18 'manage-profile-overlay'); 52 // closing the overlay until we finish creating the profile. 88 // The signin process will open an overlay to configure sync, which 89 // would replace this overlay. It's smoother to close this one now. 90 // TODO(pamg): Move the sync-setup overlay to a higher layer so this one 222 // Trying to change the focus if this isn't the topmost overlay can 223 // instead cause the FocusManager to override another overlay's focus, 224 // e.g. if an overlay above this one is in the process of being reloaded. 230 // is visible, i.e. if the overlay is in create mode [all...] |
startup_overlay.js | 12 * Encapsulated handling of the 'Set Startup pages' overlay page. 19 'startup-overlay', 20 $('startup-overlay-confirm'), 21 $('startup-overlay-cancel')); 65 $('startup-overlay').appendChild(suggestionList);
|
/external/chromium_org/chrome/browser/resources/ |
sync_setup_overlay.css | 7 #sync-setup-overlay * h4 { 11 #sync-setup-overlay * form { 15 #sync-setup-overlay * .content-area { 67 #sync-setup-overlay { 75 #sync-setup-overlay * a:link { 79 #sync-setup-overlay * a:visited { 83 #sync-setup-overlay * a:active { 87 #sync-setup-overlay * hr { 95 #sync-setup-overlay * input[type='button'], 96 #sync-setup-overlay * input[type='submit'] [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/ |
options.html | 8 <script src="js/cr/ui/overlay.js"></script> 13 <link rel="stylesheet" href="css/overlay.css"> 102 #overlay-container { 165 <div id="overlay-container" class="overlay" hidden> 166 <div id="reset-overlay" class="page"> 168 <div id="reset-this-script-overlay-dialog" hidden> 170 <div id="reset-this-script-overlay-dialog-content" class="content-area"> 179 <div id="reset-all-scripts-overlay-dialog" hidden>
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
hwc_fbupdate.cpp | 27 namespace ovutils = overlay::utils; 65 overlay::Overlay& ov = *(ctx->mOverlay); 133 overlay::Overlay& ov = *(ctx->mOverlay); 169 overlay::Overlay& ov = *(ctx->mOverlay); 270 overlay::Overlay& ov = *(ctx->mOverlay);
|
/hardware/qcom/display/msm8x26/libhwcomposer/ |
hwc_fbupdate.cpp | 27 namespace ovutils = overlay::utils; 65 overlay::Overlay& ov = *(ctx->mOverlay); 133 overlay::Overlay& ov = *(ctx->mOverlay); 169 overlay::Overlay& ov = *(ctx->mOverlay); 270 overlay::Overlay& ov = *(ctx->mOverlay);
|
/cts/tests/tests/display/src/android/display/cts/ |
DisplayTest.java | 29 // This test is called from DisplayTestRunner which brings up an overlay display on the target 30 // device. The overlay display parameters must match the ones defined there which are 41 private static final String OVERLAY_DISPLAY_NAME_PREFIX = "Overlay #"; 69 * Verify that the getDisplays method returns both a default and an overlay display. 172 * Test that the getFlags method returns no flag bits set for the overlay display.
|
/external/chromium/chrome/browser/ui/cocoa/ |
fullscreen_controller.h | 65 // |kFullScreenModeHideAll| while the overlay is hidden, and 66 // |kFullScreenModeHideDock| while the overlay is shown. If the window is not 92 // avoid the menu) and by which the overlay view should be enlarged vertically. 97 // Informs the controller that the overlay's frame has changed. The controller 101 // Informs the controller that the overlay should be shown/hidden, possibly with
|
/external/chromium_org/chrome/browser/resources/local_discovery/ |
local_discovery.html | 8 <link rel="stylesheet" href="chrome://resources/css/overlay.css"> 15 <script src="chrome://resources/js/cr/ui/overlay.js"></script> 23 <div class="overlay" id="overlay" hidden> 24 <div id="register-overlay" class="page">
|
local_discovery.js | 166 return document.querySelector('#overlay .showing') || 226 * Show the register overlay. 231 var registerOverlay = $('register-overlay'); 235 $('overlay').hidden = false; 240 * Hide the register overlay. 243 $('register-overlay').classList.remove('showing'); 244 $('overlay').hidden = true; 424 var pages = $('register-overlay').querySelectorAll('.register-page'); 571 cr.ui.overlay.setupOverlay($('overlay')); [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/ |
presentation_mode_controller.h | 66 // main or not fullscreen, |kFullScreenModeHideAll| while the overlay is 67 // hidden, and |kFullScreenModeHideDock| while the overlay is shown. If the 93 // avoid the menu) and by which the overlay view should be enlarged vertically. 98 // Informs the controller that the overlay's frame has changed. The controller 102 // Informs the controller that the overlay should be shown/hidden, possibly with
|
/external/chromium_org/content/browser/web_contents/ |
web_contents_view_mac.h | 83 virtual void SetOverlayView(WebContentsView* overlay, 127 // Updates overlay view on current RenderWidgetHostView. 146 // The overlay view which is rendered above this one. 147 // Overlay view has |underlay_view_| set to this view. 150 // The offset of overlay view relative to this view.
|
/external/jmonkeyengine/engine/src/test/jme3test/post/ |
TestMultiplesFilters.java | 99 final ColorOverlayFilter overlay = new ColorOverlayFilter(ColorRGBA.LightGray); local 108 fpp.addFilter(overlay); 139 if (overlay.isEnabled()) { 140 overlay.setEnabled(false); 142 overlay.setEnabled(true);
|
/hardware/qcom/display/msm8974/liboverlay/pipes/ |
overlayGenPipe.cpp | 31 #include "overlay.h" 34 namespace overlay { namespace 50 int fbNum = Overlay::getFbForDpy(mDpy); 92 void GenericPipe::setCrop(const overlay::utils::Dim& d) { 179 } //namespace overlay
|
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/ |
VPPTest.c | 350 APP_DPRINT("VPPTEST:: overlay port is %d\n", pVppPortDef->overlay_port); 528 printf("usage: %S <input.yuv><file_desc><Inp. Width><Inp. Height><Inp. color><0:no overlay/1:overlay><Out. Width><Out Height><yuv color><rgb color><0 :Internal 1 :external allocation><Feature [0-8]>\n", 532 printf("usage: %s <input.yuv><file_desc><Inp. Width><Inp. Height><Inp. color><0:no overlay/1:overlay><Out. Width><Out Height><yuv color><rgb color><0 :Internal 1 :external allocation><Feature [0-8]>\n", 617 printf("usage: %S <input.yuv> <output desc> <Inp. width> <Inp. Height> <0:no overlay/1:overlay> <outputwidth> <outputheight> <0:YUV/1:RGB/2:BOTH> <0 :Internal 1 :external allocation>\ 620 printf("usage: %s <input.yuv> <output desc> <Inp. width> <Inp. Height> <0:no overlay/1:overlay> <outputwidth> <outputheight> <0:YUV/1:RGB/2:BOTH> <0 :Internal 1 :external allocation>\ 644 printf("usage: %S <input.yuv> <output.rgb> <inputwidth> <inputheight> <0:no overlay/1:overlay> <outputwidth> <outputheight> <0:YUV/1:RGB/2:BOTH> <0 :Internal 1 :external allocation (…) [all...] |
/frameworks/base/media/java/android/media/videoeditor/ |
VideoEditorImpl.java | 73 private static final String TAG_OVERLAY = "overlay"; 817 final List<Overlay> overlays = mediaItem.getAllOverlays(); 819 for (Overlay overlay : overlays) { 820 if (overlay instanceof OverlayFrame) { 821 final OverlayFrame overlayFrame = (OverlayFrame)overlay; 979 Overlay currentOverlay = null 1254 final Overlay overlay; local [all...] |
/external/chromium/chrome/browser/resources/options/ |
alert_overlay.js | 48 * Handle the 'ok' button. Clear the overlay and call the ok callback if 60 * Handle the 'cancel' button. Clear the overlay and call the cancel 85 * Show an alert overlay with the given message, button titles, and
|
/external/chromium/chrome/browser/ui/views/frame/ |
contents_container.cc | 14 // Min/max opacity of the overlay. 18 // View used to track when the overlay widget is destroyed. If the 104 // overlay ends up obscuring the omnibox.
|
/external/chromium/chrome/common/ |
badge_util.cc | 61 // Calculate the proper style/text overlay to render on the badge. 85 // Render the badge bitmap and overlay into a canvas. 90 // Draw the text overlay centered horizontally and vertically. Skia expects
|