HomeSort by relevance Sort by last modified time
    Searched full:overlay (Results 451 - 475 of 1450) sorted by null

<<11121314151617181920>>

  /hardware/qcom/display/msm8960/liboverlay/
overlayRotator.h 39 namespace overlay { namespace
234 overlay::Rotator *getNext();
242 overlay::Rotator *mRot[MAX_ROT_SESS];
248 } // overlay
overlayUtils.h 83 namespace overlay { namespace
86 class Overlay;
122 * The compound format passed to the overlay is
452 // put it back as soon as overlay takes place of the old one
467 HAL_3D_OUT_SIDE_BY_SIDE >> overlay::utils::SHIFT_OUT_3D,
469 HAL_3D_OUT_TOP_BOTTOM >> overlay::utils::SHIFT_OUT_3D,
471 HAL_3D_OUT_INTERLEAVE >> overlay::utils::SHIFT_OUT_3D,
473 HAL_3D_OUT_MONOSCOPIC >> overlay::utils::SHIFT_OUT_3D
696 return overlay::open(fd, fbnum, devpath, flags);
725 //--------------------Class Res stuff (namespace overlay only) ----------
    [all...]
  /hardware/qcom/display/msm8974/liboverlay/
overlayRotator.h 39 namespace overlay { namespace
234 overlay::Rotator *getNext();
242 overlay::Rotator *mRot[MAX_ROT_SESS];
248 } // overlay
overlayUtils.h 82 namespace overlay { namespace
85 class Overlay;
121 * The compound format passed to the overlay is
449 // put it back as soon as overlay takes place of the old one
464 HAL_3D_OUT_SIDE_BY_SIDE >> overlay::utils::SHIFT_OUT_3D,
466 HAL_3D_OUT_TOP_BOTTOM >> overlay::utils::SHIFT_OUT_3D,
468 HAL_3D_OUT_INTERLEAVE >> overlay::utils::SHIFT_OUT_3D,
470 HAL_3D_OUT_MONOSCOPIC >> overlay::utils::SHIFT_OUT_3D
674 return overlay::open(fd, fbnum, devpath, flags);
703 //--------------------Class Res stuff (namespace overlay only) ----------
    [all...]
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_utils.cpp 26 #include <overlay.h>
41 using namespace overlay;
42 using namespace overlay::utils;
43 namespace ovutils = overlay::utils;
160 overlay::Overlay::initOverlay();
161 ctx->mOverlay = overlay::Overlay::getInstance();
166 overlay::Overlay::initOverlay()
    [all...]
  /hardware/qcom/display/msm8x26/liboverlay/
overlayRotator.h 39 namespace overlay { namespace
229 overlay::Rotator *getNext();
237 overlay::Rotator *mRot[MAX_ROT_SESS];
243 } // overlay
overlayUtils.h 83 namespace overlay { namespace
86 class Overlay;
122 * The compound format passed to the overlay is
452 // put it back as soon as overlay takes place of the old one
467 HAL_3D_OUT_SIDE_BY_SIDE >> overlay::utils::SHIFT_OUT_3D,
469 HAL_3D_OUT_TOP_BOTTOM >> overlay::utils::SHIFT_OUT_3D,
471 HAL_3D_OUT_INTERLEAVE >> overlay::utils::SHIFT_OUT_3D,
473 HAL_3D_OUT_MONOSCOPIC >> overlay::utils::SHIFT_OUT_3D
696 return overlay::open(fd, fbnum, devpath, flags);
725 //--------------------Class Res stuff (namespace overlay only) ----------
    [all...]
  /packages/apps/Calendar/
Android.mk 43 LOCAL_AAPT_FLAGS := --auto-add-overlay
  /packages/apps/Contacts/res/layout/
group_detail_fragment.xml 50 Shadow overlay over the list of group members (since we have a fake stacked
  /packages/apps/Exchange/
Android.mk 29 LOCAL_AAPT_FLAGS := --auto-add-overlay
  /packages/apps/Gallery2/
Android.mk 28 LOCAL_AAPT_FLAGS := --auto-add-overlay
  /packages/apps/VideoEditor/src/com/android/videoeditor/
OverlayTitleTemplatePicker.java 67 // Put selected overlay type into extras and finish.
  /external/chromium/chrome/browser/resources/options/
autofill_edit_creditcard_overlay.js 13 * Encapsulated handling of the 'Add Page' overlay page.
19 'autofill-edit-credit-card-overlay');
50 * Clears any uncommitted input, and dismisses the overlay.
import_data_overlay.js 10 * Encapsulated handling of the 'Import Data' overlay page.
17 'import-data-overlay');
174 * Remove the import overlay from display.
  /external/chromium/chrome/browser/sync/resources/
passphrase.html 55 .overlay-warning {
71 .overlay-warning INPUT {
157 <div class="overlay-warning" id="cancel-warning-box">
  /external/chromium_org/chrome/browser/ui/webui/extensions/chromeos/
kiosk_apps_browsertest.js 66 // Shows the kiosk apps management overlay.
112 cr.dispatchSimpleEvent($('kiosk-options-overlay-confirm'), 'click');
182 var confirmOverlay = $('kiosk-disable-bailout-confirm-overlay');
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
popup.css 173 .overlay {
191 .overlay a {
195 .overlay.visible {
  /external/chromium_org/chrome_frame/cfinstall/src/stub/
overlaydelegate.js 26 * Indicates whether the overlay CSS has already been injected.
33 * Generates the CSS for the overlay.
75 * Generates the HTML for the overlay.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
svga_overlay.h 29 * Definitions for video-overlay support.
86 * Struct definitions for the video overlay commands built on
92 uint32 overlay; member in struct:__anon12921
  /external/mesa3d/src/gallium/drivers/svga/include/
svga_overlay.h 29 * Definitions for video-overlay support.
86 * Struct definitions for the video overlay commands built on
92 uint32 overlay; member in struct:__anon23388
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/bytecode/
AndroidTranslatorTest.java 48 ItemizedOverlayForTests overlay = new ItemizedOverlayForTests(null); local
49 overlay.triggerProtectedCall();
51 assertThat(shadowOf(overlay).isPopulated(), is(true));
  /frameworks/base/tests/TileBenchmark/res/values/
strings.xml 86 <!-- Format string for stat value overlay [CHAR LIMIT=15] -->
89 <!-- Format string for viewport position value overlay [CHAR LIMIT=25] -->
91 <!-- Format string for viewport position value overlay [CHAR LIMIT=25] -->
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmcdc.h 47 #define CDCF_IOC_OVL_IDX_MASK 0x3c /* overlay region index mask */
48 #define CDCF_IOC_OVL_RSV 0x40 /* 1=reserve this overlay region */
49 #define CDCF_IOC_OVL 0x80 /* 1=this ioctl corresponds to an overlay */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeOverlay.java 33 * an included file's own content. This overlay is in use when you are editing an included
36 public class IncludeOverlay extends Overlay {
46 * @param canvas The {@link LayoutCanvas} to paint the overlay over.
LintOverlay.java 38 public class LintOverlay extends Overlay {
39 /** Approximate size of lint overlay icons */
41 /** Alpha to draw lint overlay icons with */

Completed in 1116 milliseconds

<<11121314151617181920>>