/external/chromium_org/chrome/browser/resources/local_discovery/ |
local_discovery.html | 7 <link rel="stylesheet" href="chrome://resources/css/overlay.css"> 14 <script src="chrome://resources/js/cr/ui/overlay.js"></script> 22 <div class="overlay" id="overlay" hidden> 23 <div id="register-overlay" class="page"> 32 <div id="register-overlay-login-promo" 36 <button class="link-button" id="register-overlay-login-button"
|
/hardware/intel/img/hwcomposer/ips/anniedale/ |
PlaneCapabilities.cpp | 56 // TODO: overlay supports 180 degree rotation 121 // don't use overlay plane if stride is too big 156 // overlay doesn't support blending 183 // overlay cannot support resolution that bigger than 2047x2047. 189 // Workaround: Overlay flip when height is 1 causes MIPI stall on TNG 209 WLOGTRACE("overlay scaling > 4, fall back to GLES"); 226 // overlay does not support FLIP_H/FLIP_V
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
hwc_mdpcomp.h | 26 #include <overlay.h> 31 namespace overlay { namespace 36 namespace ovutils = overlay::utils; 73 overlay::Rotator* rot; 132 /* allocate MDP pipes from overlay */ 190 /* configure's overlay pipes for the frame */ 217 /* configure's overlay pipes for the frame */
|
hwc_fbupdate.h | 23 #include "overlay.h" 29 namespace ovutils = overlay::utils; 36 // Sets up members and prepares overlay if conditions are met
|
/hardware/qcom/display/msm8974/libhwcomposer/ |
hwc_mdpcomp.h | 26 #include <overlay.h> 31 namespace overlay { namespace 36 namespace ovutils = overlay::utils; 78 overlay::Rotator* rot; 125 /* allocate MDP pipes from overlay */ 197 /* configure's overlay pipes for the frame */ 225 /* configure's overlay pipes for the frame */
|
hwc_ad.h | 45 const overlay::utils::Whf& whf, 50 mDest = overlay::utils::OV_INVALID; 63 overlay::utils::eDest mDest;
|
hwc_fbupdate.h | 23 #include "overlay.h" 29 namespace ovutils = overlay::utils; 36 // Sets up members and prepares overlay if conditions are met
|
hwc_utils.h | 46 namespace ovutils = overlay::utils; 48 namespace overlay { namespace 49 class Overlay; 130 void add(hwc_layer_1_t* layer, overlay::Rotator *rot); 134 overlay::Rotator* getRot(uint32_t index) const; 138 overlay::Rotator* mRot[MAX_SESS]; 151 inline overlay::Rotator* LayerRotMap::getRot(uint32_t index) const { 218 int configRotator(overlay::Rotator *rot, const ovutils::Whf& whf, 222 int configMdp(overlay::Overlay *ov, const ovutils::PipeArgs& parg [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
ConversationOverlayItem.java | 41 // The view to focus when this overlay item should be focused. 64 * Returns true if this overlay view is meant to be positioned right on top of the overlay 66 * together even when zoomed into a conversation, when the overlay spacers spread farther 76 * Returns true if this overlay view is in its expanded state. 94 * that matches this overlay. 107 LogUtils.i(LOG_TAG, "IN setHeight=%dpx of overlay item: %s", h, this);
|
/external/chromium_org/chrome/browser/ui/cocoa/tabs/ |
tab_window_controller.mm | 99 // If |useOverlay| is YES, creates a new overlay window and puts the tab strip 102 // destroys the overlay window until it's needed again. The tab strip and window 117 [overlayWindow_ setTitle:@"overlay"]; 133 // Move the original window's tab strip view and content view to the overlay 134 // window. The content view is added as a subview of the overlay window's 135 // content view (rather than using setContentView:) because the overlay 173 // If we currently have an overlay window, do not attempt to change the 174 // window's size, as our overlay window doesn't know how to resize properly. 282 // drag is complete. This prevents a window (and its overlay) from going away
|
/external/chromium_org/ash/wm/ |
overlay_event_filter.h | 16 // EventFilter for the "overlay window", which intercepts events before they are 18 // overlay). It does nothing the first time, but works when |Activate()| is 31 // Returns true if the overlay should be canceled in response to |event|.
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
bluetooth_pair_device.html | 6 <link rel="stylesheet" href="chrome://resources/css/overlay.css"> 35 <div id="overlay-container" class="overlay">
|
/external/chromium_org/chrome/browser/resources/options/ |
certificate_backup_overlay.js | 11 * Encapsulated handling of the 'enter backup password' overlay page. 44 * Clears any uncommitted input, and dismisses the overlay. 54 * The overlay will be left up with inputs disabled until the backend
|
reset_profile_settings_overlay.js | 13 * Encapsulated handling of the 'Reset Profile Settings' overlay page. 19 'reset-profile-settings-overlay'); 80 * Dismisses the overlay.
|
supervised_user_create_confirm.js | 11 * Encapsulated handling of the confirmation overlay page when creating a 54 * displayed. Called by the profile creation overlay when this overlay is
|
/external/chromium_org/chrome/browser/ui/webui/extensions/ |
extension_settings_browsertest.js | 56 assertFalse($('pack-extension-overlay').classList.contains('showing')); 60 assertTrue($('pack-extension-overlay').classList.contains('showing')); 87 assertTrue($('extension-commands-overlay').classList.contains('showing'));
|
/external/chromium_org/third_party/polymer/components-chromium/paper-menu-button/ |
paper-menu-button-transition-extracted.js | 14 var bg = node.querySelector('.paper-menu-button-overlay-bg'); 29 var ink = node.querySelector('.paper-menu-button-overlay-ink'); 41 var bg = node.querySelector('.paper-menu-button-overlay-bg');
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
hwc_ad.h | 45 const overlay::utils::Whf& whf, 50 mDest = overlay::utils::OV_INVALID; 63 overlay::utils::eDest mDest;
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
hwc_ad.h | 45 const overlay::utils::Whf& whf, 50 mDest = overlay::utils::OV_INVALID; 61 overlay::utils::eDest mDest;
|
/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/arm64/ |
mini_arm64.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/generic/x86_64/ |
mini_x86_64.mk | 23 DEVICE_PACKAGE_OVERLAYS := device/generic/x86/overlay
|
/device/lge/hammerhead/ |
car_hammerhead.mk | 19 # Add overlay to enable Bluetooth automotive profiles
|