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

<<11121314151617181920>>

  /packages/apps/UnifiedEmail/tests/
Android.mk 35 LOCAL_AAPT_FLAGS := --auto-add-overlay
  /packages/apps/VideoEditor/src/com/android/videoeditor/
OverlayTitleEditor.java 35 * Activity that lets user add or edit title overlay of a media item.
104 // The media item already has a title overlay. Fill in the contents in the input fields
110 // Default overlay type that puts title at the bottom of the media item.
135 // Get chosen overlay type from extras and then update preview image.
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
MovieTheme.java 127 * @param overlay The title (applied only to the first media item)
132 MovieTransition endTransition, MovieOverlay overlay, MovieAudioTrack audioTrack) {
143 mOverlay = overlay;
198 * @return The overlay
ApiService.java 50 import android.media.videoeditor.Overlay;
2140 final Overlay overlay = overlays.get(0); local
2545 final OverlayFrame overlay = new OverlayFrame(mediaItem, local
2599 final Overlay overlay = mediaItem.getOverlay( local
2625 final Overlay overlay = mediaItem.getOverlay( local
2651 final Overlay overlay = mediaItem.getOverlay( local
3663 final MovieOverlay overlay = videoProject.getOverlay(mediaItemId, overlayId); local
3694 final MovieOverlay overlay = videoProject.getOverlay(mediaItemId, overlayId); local
3726 final MovieOverlay overlay = videoProject.getOverlay(mediaItemId, local
4388 final Overlay overlay = new OverlayFrame(mediaItem, generateId(), local
4521 final Overlay overlay = new OverlayFrame(mediaItem, generateId(), local
    [all...]
  /packages/inputmethods/LatinIME/java/res/xml/
key_styles_f1.xml 25 <!-- Kept as a separate file for cleaner overriding by an overlay. -->
  /packages/wallpapers/MagicSmoke/res/values/
strings.xml 34 <!-- overlay text -->
  /external/chromium_org/chrome/app/
chromeos_strings.grdp     [all...]
  /external/chromium-trace/trace-viewer/src/cc/
layer_tree_quad_stack_viewer.js 336 var overlay = new ui.Overlay();
337 overlay.textContent = '';
345 overlay.appendChild(title);
346 overlay.appendChild(details);
348 overlay.visible = true;
349 overlay.obeyCloseEvents = true;
  /external/chromium-trace/trace-viewer/src/tracing/
timeline_view.js 21 base.require('ui.overlay');
82 var dlg = new ui.Overlay();
83 dlg.classList.add('view-import-errors-overlay');
138 var dlg = new ui.Overlay();
139 dlg.classList.add('view-help-overlay');
165 var dlg = new ui.Overlay();
166 dlg.classList.add('view-metadata-overlay');
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/css/
wallpaper_manager.css 26 .overlay-container .page,
261 .overlay-container {
276 .overlay-container .page {
292 .overlay-container .close {
293 background-image: url('../images/ui/close-overlay.png');
296 .overlay-container .close:hover {
297 background-image: url('../images/ui/close-overlay-hover.png');
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/
VideoEditorAPITest.java 110 assertEquals("Media Video Overlay", 0,
422 * To Test the Media Video API : Get All Overlay, Get Overlay and remove Overlay
438 assertTrue("Overlay List Size",
440 assertNull("Overlay Item by ID", mediaVideoItem1.getOverlay("xyz"));
448 assertTrue("Overlay List Size",
450 assertEquals("Overlay Item by Valid ID", overlayFrame, mediaVideoItem1
452 assertNull("Overlay Item by Invalid ID",
454 assertNull("Overlay Item by Invalid ID"
    [all...]
  /external/kernel-headers/original/linux/
videodev.h 24 #define VID_TYPE_OVERLAY 8 /* Overlay onto frame buffer */
25 #define VID_TYPE_CHROMAKEY 16 /* Overlay by chromakey */
152 #define VIDEO_WINDOW_CHROMAKEY 16 /* Overlay by chromakey */
256 #define VIDIOCGWIN _IOR('v',9, struct video_window) /* Get the video overlay window */
257 #define VIDIOCSWIN _IOW('v',10, struct video_window) /* Set the video overlay window - passes clip list for hardware smarts , chromakey etc */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ResizeGesture.java 39 /** The {@link Overlay} drawn for the gesture feedback. */
261 public List<Overlay> createOverlays() {
263 return Collections.<Overlay> singletonList(mOverlay);
267 * An {@link Overlay} to paint the resize feedback. This just delegates to the
270 private class ResizeOverlay extends Overlay {
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/
options.js 556 * Closes the overlay.
559 $('overlay-container').hidden = true;
572 var overlay = $('overlay-container');
573 cr.ui.overlay.globalInitialization();
574 cr.ui.overlay.setupOverlay(overlay);
575 overlay.addEventListener('cancelOverlay', advancedFonts.closeOverlay);
580 $('reset-this-script-overlay-dialog-content').innerText =
584 $('overlay-container').hidden = false
    [all...]
  /frameworks/base/docs/html/reference/com/google/android/gms/maps/model/
TileOverlay.html 744 <p itemprop="articleBody">A Tile Overlay is a set of images which are displayed on top of the base map tiles. These tiles
745 may be transparent, allowing you to add features to existing maps. A tile overlay has the
749 <dd>The <code><a href="/reference/com/google/android/gms/maps/model/TileProvider.html">TileProvider</a></code> provides the images that are used in the tile overlay. You must
756 <dd>The order in which this tile overlay is drawn with respect to other overlays (including
758 not <code><a href="/reference/com/google/android/gms/maps/model/Marker.html">Marker</a></code>s). An overlay with a larger z-index is drawn over overlays with smaller
762 <dd>Indicates if the tile overlay is visible or invisible, i.e., whether it is drawn on the map.
763 An invisible tile overlay is not drawn, but retains all of its other properties. The default is
909 <div class="jd-descrdiv">Gets this tile overlay's id.</div>
927 <div class="jd-descrdiv">Gets the zIndex of this tile overlay.</div>
961 <div class="jd-descrdiv">Gets the visibility of this tile overlay.</div
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_mdpcomp.cpp 28 using namespace overlay;
30 using namespace overlay::utils;
31 namespace ovutils = overlay::utils;
311 overlay::Overlay& ov = *ctx->mOverlay;
811 ALOGD_IF(isDebug(), "%s: Failed to configure overlay for \
841 ALOGD_IF(isDebug(), "%s: Failed to configure overlay for \
968 overlay::Overlay& ov = *ctx->mOverlay;
970 int availPipes = ov.availablePipes(mDpy, Overlay::MIXER_DEFAULT)
    [all...]
hwc_utils.cpp 29 #include <overlay.h>
46 using namespace overlay;
47 using namespace overlay::utils;
48 namespace ovutils = overlay::utils;
132 overlay::Overlay::initOverlay();
133 ctx->mOverlay = overlay::Overlay::getInstance();
139 overlay::Overlay::initOverlay()
    [all...]
  /frameworks/base/core/java/android/transition/
Crossfade.java 187 ViewOverlay overlay = useParentOverlay ? local
190 overlay.add(endDrawable);
192 overlay.add(startDrawable);
225 ViewOverlay overlay = useParentOverlay ?
227 overlay.remove(startDrawable);
229 overlay.remove(endDrawable);
  /hardware/qcom/display/msm8974/liboverlay/
overlayMdssRot.cpp 38 namespace ovutils = overlay::utils;
40 namespace overlay { namespace
75 void MdssRot::setSource(const overlay::utils::Whf& awhf) {
123 if(!overlay::mdp_wrapper::setOverlay(mFd.getFD(), mRotInfo)) {
145 if(!overlay::mdp_wrapper::play(mFd.getFD(), mRotData)) {
294 } // namespace overlay
  /external/chromium_org/chrome/browser/resources/chromeos/
keyboard_overlay.js 145 * Returns the keyboard overlay ID.
146 * @return {string} Keyboard overlay ID.
268 var classes = ['keyboard-overlay-key'];
498 key.className = 'keyboard-overlay-key';
506 keyText.className = 'keyboard-overlay-key-text';
512 shortcutText.className = 'keyboard-overlay-shortcut-text';
530 instructions.className = 'keyboard-overlay-instructions';
542 instructionsText.className = 'keyboard-overlay-instructions-text';
548 instructionsHideText.className = 'keyboard-overlay-instructions-hide-text';
554 learnMoreLinkText.className = 'keyboard-overlay-learn-more-text'
    [all...]
  /external/chromium/chrome/browser/resources/
gpu_internals.html 36 <link rel="stylesheet" href="gpu_internals/overlay.css">
47 <script src="gpu_internals/overlay.js"></script>
  /external/chromium/chrome/browser/ui/cocoa/
browser_frame_view.h 15 // b) We needed to be able to draw both a background pattern, and an overlay
46 // drawn (whether incognito or full pattern theme; an overlay image doesn't
  /external/chromium_org/ash/first_run/
first_run_helper_unittest.cc 130 // Tests that modal window doesn't block events for overlay window.
135 // TODO(dzhioev): modal window should not steal focus from overlay window.
  /external/chromium_org/chrome/browser/resources/options/
cookies_view.js 48 // Prevent the overlay from handling this event.
63 this.pageDiv.querySelector('.cookies-view-overlay-confirm').onclick =
  /external/chromium_org/chrome/browser/ui/app_list/
extension_app_item.h 46 // Updates the app item's icon, if necessary adding an overlay and/or making
75 // Whether or not the app item has an overlay.

Completed in 526 milliseconds

<<11121314151617181920>>