/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/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 */
|
/hardware/qcom/display/liboverlay/ |
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...] |
mdpWrapper.h | 34 * In order to make overlay::mdp_wrapper shorter, please do something like: 35 * namespace mdpwrap = overlay::mdp_wrapper; 45 namespace overlay{ namespace 227 overlay::utils::getFormatString(ov.format)); 271 } // 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 */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/views/ |
PixelPerfectLoupeView.java | 48 private Action mShowInLoupeAction = new Action("&Show Overlay", Action.AS_CHECK_BOX) { 58 Image image = imageLoader.loadImage("show-overlay.png", Display.getDefault()); //$NON-NLS-1$ 60 mShowInLoupeAction.setToolTipText("Show the overlay in the loupe view");
|
/hardware/qcom/display/libhwcomposer/ |
hwc_mdpcomp.cpp | 27 using overlay::Rotator; 28 using namespace overlay::utils; 29 namespace ovutils = overlay::utils; 310 overlay::Overlay& ov = *ctx->mOverlay; 616 overlay::Overlay& ov = *ctx->mOverlay; 675 ALOGD_IF(isDebug(), "%s: Failed to configure overlay for \ 705 ALOGD_IF(isDebug(), "%s: Failed to configure overlay for \ 886 overlay::Overlay& ov = *ctx->mOverlay [all...] |
/external/qemu/distrib/sdl-1.2.15/ |
README.QNX | 69 hind the overlay, then draws the temporary chroma key color over the 71 causes the overlay to always be on top. So flickering during window 79 overlay beyond the left border of the screen. The overlay tries to 82 smaller). It's really strange, looks like the overlay doesn't like
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
FindController.cpp | 135 // Get rid of the overlay. 148 // The page overlay needs to be repainted. 259 // The page overlay is moving away from the web page, reset it. 326 // If we get a mouse down event inside the page overlay we should hide the find UI. 328 // Dismiss the overlay.
|
/frameworks/base/services/java/com/android/server/ |
ServiceWatcher.java | 110 // Whether to enable service overlay. 118 if (D) Log.d(mTag, "Overlay enabled, packages=" + Arrays.toString(pkgs)); 120 // The default package name that is searched for service implementation when overlay is 125 if (D) Log.d(mTag, "Overlay disabled, default package=" + servicePackageName); 148 // listen for relevant package changes if service overlay is enabled.
|
/hardware/ti/omap3/dspbridge/inc/ |
nldrdefs.h | 23 * Global Dynamic + static/overlay Node loader (NLDR) constants and types. 53 NLDR_STATICLOAD, /* Linked in base image, not overlay */ 55 NLDR_OVLYLOAD /* Linked in base image, overlay node */ 266 * DSP_EOVERLAYMEMORY: Can't overlay phase because overlay memory
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
nldrdefs.h | 23 * Global Dynamic + static/overlay Node loader (NLDR) constants and types. 53 NLDR_STATICLOAD, /* Linked in base image, not overlay */ 55 NLDR_OVLYLOAD /* Linked in base image, overlay node */ 266 * DSP_EOVERLAYMEMORY: Can't overlay phase because overlay memory
|
/external/chromium-trace/trace-viewer/src/ |
timeline_view.js | 18 base.require('overlay'); 100 var dlg = new tracing.ui.Overlay(); 101 dlg.classList.add('view-import-errors-overlay'); 175 var dlg = new tracing.ui.Overlay(); 176 dlg.classList.add('view-help-overlay'); 208 var dlg = new tracing.ui.Overlay(); 209 dlg.classList.add('view-metadata-overlay');
|
/external/chromium/chrome/browser/resources/bookmark_manager/js/ |
main.js | 741 // If we are dropping on a list we want to show a overlay drop line after 769 * Shows and positions the drop marker overlay. 776 var overlay = $('drop-overlay'); 778 overlay.className = ''; 779 overlay.style.top = targetRect.top + 'px'; 780 overlay.style.height = targetRect.height + 'px'; 782 overlay.className = 'line'; 783 overlay.style.height = ''; 785 overlay.style.width = targetRect.width + 'px' [all...] |
/frameworks/base/media/java/android/media/videoeditor/ |
VideoEditor.java | 90 * @param overlayData The overlay data (null if the overlay data 166 * The overlay data 195 * Check if the overlay needs to be rendered 204 * Store the overlay data 206 * @param overlayBitmap The overlay bitmap 216 * Clear the overlay 223 * Render the overlay by either clearing it or by 224 * rendering the overlay bitmap with the specified 711 * @param overlayData The overlay dat [all...] |
/external/qemu/distrib/sdl-1.2.15/docs/html/ |
video.html | 320 > -- Create a YUV video overlay</DT 325 > -- Lock an overlay</DT 330 > -- Unlock an overlay</DT 335 > -- Blit the overlay to the display</DT 340 > -- Free a YUV video overlay</DT 380 > -- YUV video overlay</DT
|
/external/robolectric/lib/main/ |
maps_v16.jar | |
/frameworks/av/libvideoeditor/vss/common/inc/ |
M4VIFI_FiltersAPI.h | 110 * @brief Data necessary to add an overlay on an image 111 * @note This structure details the position and the data of the overlay 117 m_xPosStep; /**< X positioning of the overlay vs main picture. 122 0% means overlay is centered vs main picture on 125 m_yPosStep; /**< Y positioning of the overlay vs main picture. 130 0% means overlay is centered vs main picture on [all...] |