/hardware/qcom/display/msm8x26/libhwcomposer/ |
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_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...] |
/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/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_org/chrome/browser/resources/chromeos/ |
fake_bluetooth_overlay_parent.js | 9 * Encapsulated a fake parent page for bluetooth overlay page used by Web UI.
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
oobe_screen_eula.js | 19 $('popup-overlay').hidden = false; 24 $('popup-overlay').hidden = true; 26 // Do not allow focus leaving the overlay. 27 $('popup-overlay').addEventListener('focusout', function(event) {
|
/external/chromium_org/chrome/browser/resources/extensions/ |
extensions.js | 38 ExtensionSettings.showOverlay($('drop-target-overlay')); 126 // Hook up the configure commands link to the overlay. 131 // Initialize the Commands overlay. 136 // Initialize the kiosk overlay. 149 cr.ui.overlay.setupOverlay($('drop-target-overlay')); 150 cr.ui.overlay.globalInitialization(); 180 ExtensionSettings.showOverlay($('pack-extension-overlay')); 190 ExtensionSettings.showOverlay($('extension-commands-overlay')); 345 * Returns the current overlay or null if one does not exist [all...] |
/external/chromium_org/chrome/browser/resources/options/ |
alert_overlay.js | 49 // AlertOverlay is special in that it is not tied to one page or overlay. 56 * Handle the 'ok' button. Clear the overlay and call the ok callback if 68 * Handle the 'cancel' button. Clear the overlay and call the cancel 93 * Show an alert overlay with the given message, button titles, and
|
do_not_track_confirm_overlay.html | 1 <div id="do-not-track-confirm-overlay" class="page" hidden>
|
import_data_overlay.css | 5 #import-data-overlay {
|
managed_user_create_confirm.html | 3 <!-- Overlay for the confirmation after creating a supervised user. -->
|
managed_user_learn_more.html | 3 <!-- Overlay for the 'Learn more' link when creating a supervised user. -->
|
managed_user_learn_more.js | 10 * Encapsulated handling of the 'Learn more...' overlay page.
|
spelling_confirm_overlay.html | 1 <div id="spelling-confirm-overlay" class="page" hidden>
|
startup_overlay.css | 5 #startup-overlay {
|
/external/chromium_org/chrome/browser/resources/print_preview/ |
no_destinations_promo.html | 1 <div id="no-destinations-promo" class="overlay" hidden>
|
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/ |
pointer_handler.h | 17 // Pointer settings overlay page UI handler.
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
match-marker-rects.html | 22 and “123”. The white “holes” in the Find overlay
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
PageDebuggerAgent.cpp | 47 PassOwnPtr<PageDebuggerAgent> PageDebuggerAgent::create(InstrumentingAgents* instrumentingAgents, InspectorCompositeState* inspectorState, PageScriptDebugServer* pageScriptDebugServer, InspectorPageAgent* pageAgent, InjectedScriptManager* injectedScriptManager, InspectorOverlay* overlay) 49 return adoptPtr(new PageDebuggerAgent(instrumentingAgents, inspectorState, pageScriptDebugServer, pageAgent, injectedScriptManager, overlay)); 52 PageDebuggerAgent::PageDebuggerAgent(InstrumentingAgents* instrumentingAgents, InspectorCompositeState* inspectorState, PageScriptDebugServer* pageScriptDebugServer, InspectorPageAgent* pageAgent, InjectedScriptManager* injectedScriptManager, InspectorOverlay* overlay) 56 , m_overlay(overlay)
|