/external/chromium_org/third_party/polymer/components/core-menu-button/ |
bower.json | 8 "core-overlay": "Polymer/core-overlay#>=0.3.0 <1.0.0",
|
/external/chromium_org/third_party/polymer/components-chromium/core-dropdown/ |
bower.json | 10 "core-overlay": "Polymer/core-overlay"
|
/external/chromium_org/third_party/polymer/components-chromium/core-menu-button/ |
bower.json | 8 "core-overlay": "Polymer/core-overlay#>=0.3.0 <1.0.0",
|
/external/chromium_org/ui/webui/resources/js/cr/ui/page_manager/ |
page_manager.js | 9 * PageManager contains a list of root Page and overlay Page objects and 12 * of pages and overlay(s). Handlers for user events, like pressing buttons, 13 * can call into PageManager to open a particular overlay or cancel an 14 * existing overlay. 39 * overlay names to the respective overlay object. 66 var containers = document.querySelectorAll('body > .overlay'); 68 var overlay = containers[i]; 69 cr.ui.overlay.setupOverlay(overlay); [all...] |
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/ |
OMX_VPP_ImgConv.c | 101 if(pComponentPrivate->overlay){
102 if(pComponentPrivate->overlay->iOvlyConvBufPtr){
103 OMX_FREE(pComponentPrivate->overlay->iOvlyConvBufPtr);
104 pComponentPrivate->overlay->iOvlyConvBufPtr = NULL;
106 OMX_FREE(pComponentPrivate->overlay);
107 pComponentPrivate->overlay=NULL;
110 OMX_MALLOC(pComponentPrivate->overlay, sizeof(VPP_OVERLAY));
111 pComponentPrivate->overlay->iRBuff = NULL ;
112 pComponentPrivate->overlay->iGBuff = NULL;
113 pComponentPrivate->overlay->iBBuff = NULL; [all...] |
/external/chromium_org/third_party/polymer/components/core-overlay/ |
core-overlay.html | 13 <link rel="import" href="core-overlay-layer.html"> 16 The `core-overlay` element displays overlayed on top of other content. It starts 18 A `core-overlay's` opened state can be toggled by calling the `toggle` 21 The `core-overlay` will, by default, show/hide itself when it's opened. The 23 be shown when the overlay is opened. 25 It's common to want a `core-overlay` to animate to its opened 26 position. The `core-overlay` element uses a `core-transition` to handle 28 causes the overlay to fade in when displayed. See 30 information about customizing a `core-overlay's` opening animation. The 31 `backdrop` property can be set to true to show a backdrop behind the overlay [all...] |
demo.html | 4 <title>core-overlay</title> 8 <link rel="import" href="core-overlay.html"> 24 <!-- a simple dialog element made with core-overlay --> 43 <core-overlay id="overlay" layered backdrop opened="{{opened}}" autoCloseDisabled="{{autoCloseDisabled}}" transition="core-transition-center"></core-overlay> 51 this.$.overlay.target = this; 55 this.$.overlay.toggle(); 64 <!-- an element that uses the x-dialog element and core-overlay --> 68 <!-- place all overlay styles inside the overlay target -- [all...] |
/development/apps/GestureBuilder/src/com/android/gesture/builder/ |
CreateGestureActivity.java | 46 GestureOverlayView overlay = (GestureOverlayView) findViewById(R.id.gestures_overlay); local 47 overlay.addOnGestureListener(new GesturesProcessor()); 65 final GestureOverlayView overlay = local 67 overlay.post(new Runnable() { 69 overlay.setGesture(mGesture); 111 public void onGestureStarted(GestureOverlayView overlay, MotionEvent event) { 116 public void onGesture(GestureOverlayView overlay, MotionEvent event) { 119 public void onGestureEnded(GestureOverlayView overlay, MotionEvent event) { 120 mGesture = overlay.getGesture(); 122 overlay.clear(false) [all...] |
/external/chromium_org/chrome/browser/resources/extensions/ |
pack_extension_overlay.js | 8 * Encapsulated handling of the 'Pack Extension' overlay page. 21 var overlay = $('overlay'); 22 cr.ui.overlay.setupOverlay(overlay); 23 cr.ui.overlay.globalInitialization(); 24 overlay.addEventListener('cancelOverlay', this.handleDismiss_.bind(this)); 96 * the overlay. 112 * Post an alert overlay showing |message|, and upon acknowledgement, close 113 * the alert overlay and return to showing the PackExtensionOverlay [all...] |
/external/chromium_org/third_party/polymer/components/paper-menu-button/ |
paper-menu-button-overlay.html | 11 <link rel="import" href="../core-overlay/core-overlay.html"> 15 `paper-menu-button-overlay` is a helper class to position an overlay relative to another 19 @element paper-menu-button-overlay 20 @extends core-overlay 24 <polymer-element name="paper-menu-button-overlay" extends="core-overlay" attributes="relatedTarget halign valign"> 26 Polymer('paper-menu-button-overlay', { 31 * The `relatedTarget` is an element used to position the overlay, for example [all...] |
/external/chromium_org/third_party/polymer/components-chromium/core-overlay/ |
core-overlay-extracted.js | 4 Polymer('core-overlay', { 8 * The target element that will be shown when the overlay is 9 * opened. If unspecified, the core-overlay itself is the target. 13 * @default the overlay element 19 * A `core-overlay`'s size is guaranteed to be 24 * example, when a region inside the overlay should scroll if needed. 33 * Set opened to true to show an overlay and to false to hide it. 34 * A `core-overlay` may be made initially opened by setting its 43 * If true, the overlay has a backdrop darkening the rest of the screen. 45 * with the class `core-overlay-backdrop`. When opened the `core-opened [all...] |
demo.html | 4 <title>core-overlay</title> 8 <link rel="import" href="core-overlay.html"> 24 <!-- a simple dialog element made with core-overlay --> 43 <core-overlay id="overlay" layered backdrop opened="{{opened}}" autoCloseDisabled="{{autoCloseDisabled}}" transition="core-transition-center"></core-overlay> 51 this.$.overlay.target = this; 55 this.$.overlay.toggle(); 64 <!-- an element that uses the x-dialog element and core-overlay --> 68 <!-- place all overlay styles inside the overlay target -- [all...] |
/hardware/qcom/display/msm8974/liboverlay/ |
overlay.h | 38 namespace overlay { namespace 41 class Overlay : utils::NoCopy { 54 ~Overlay(); 102 /* Returns the singleton instance of overlay */ 103 static Overlay* getInstance(); 112 explicit Overlay(); 171 static Overlay *sInstance; 177 inline void Overlay::validate(int index) { 184 inline int Overlay::availablePipes(int dpy, int mixer) { 192 !(Overlay::getDMAMode() == Overlay::DMA_BLOCK_MODE & [all...] |
/hardware/qcom/display/msm8974/libhwcomposer/ |
hwc_ad.cpp | 31 #include <overlay.h> 39 using namespace overlay; 40 using namespace overlay::utils; 47 const int wbFbNum = Overlay::getFbForDpy(Overlay::DPY_WRITEBACK); 76 const int wbFbNum = Overlay::getFbForDpy(Overlay::DPY_WRITEBACK); 102 const int wbFbNum = Overlay::getFbForDpy(Overlay::DPY_WRITEBACK); 127 mFeatureEnabled(false), mDest(overlay::utils::OV_INVALID) [all...] |
/hardware/qcom/display/msm8226/liboverlay/ |
overlay.h | 39 namespace overlay { namespace 42 class Overlay : utils::NoCopy { 67 ~Overlay(); 87 * end, and expect the overlay to allocate a given pipe for a layer. 92 /* getting overlay.pipeid for the given dest */ 143 /* Returns the singleton instance of overlay */ 144 static Overlay* getInstance(); 158 explicit Overlay(); 245 static Overlay *sInstance; 255 inline void Overlay::validate(int index) [all...] |
/development/samples/browseable/AdapterTransition/ |
_index.jd | 7 Transition cannot be directly applied to AdapterViews. In this sample, we demonstrate how to create an overlay layout and run a Transition on it. Press the action bar button to toggle between ListView and GridView.
|
/external/chromium_org/cc/output/ |
overlay_candidate.h | 33 // Rect on the display to position the overlay to. 37 // Texture resource to present in an overlay. 39 // Stacking order of the overlay plane relative to the main surface, 44 // an overlay.
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
bluetooth_pair_device.css | 14 .overlay .page h1 {
|
/external/chromium_org/chrome/browser/resources/options/chromeos/ |
consumer_management_overlay.css | 5 #consumer-management-overlay {
|
third_party_ime_confirm_overlay.css | 6 #third-party-ime-confirm-overlay {
|
/external/chromium_org/chrome/browser/resources/options/ |
do_not_track_confirm_overlay.css | 5 #do-not-track-confirm-overlay {
|
easy_unlock_turn_off_overlay.css | 5 #easy-unlock-turn-off-overlay {
|
factory_reset_overlay.css | 5 #factory-reset-overlay {
|
hotword_confirm_overlay.css | 6 #hotword-confirm-overlay {
|
spelling_confirm_overlay.css | 6 #spelling-confirm-overlay {
|