HomeSort by relevance Sort by last modified time
    Searched full:overlay (Results 251 - 275 of 849) sorted by null

<<11121314151617181920>>

  /hardware/qcom/display/liboverlay/pipes/
overlay3DPipe.h 36 namespace overlay { namespace
63 overlay::GenericPipe<utils::EXTERNAL> mM3d;
93 overlay::GenericPipe<utils::PRIMARY> mM3d;
123 overlay::GenericPipe<utils::EXTERNAL> mS3d;
155 overlay::GenericPipe<utils::PRIMARY> mS3d;
463 } // overlay
  /packages/apps/VideoEditor/res/values-en-rGB/
strings.xml 27 <string name="editor_remove_overlay_question" msgid="1113396043958946144">"Do you want to remove this overlay?"</string>
79 <string name="editor_add_overlay_error" msgid="6315983638203833916">"Cannot add the overlay."</string>
80 <string name="editor_remove_overlay_error" msgid="4404087798919441977">"Cannot remove the overlay."</string>
81 <string name="editor_set_duration_overlay_error" msgid="1239098080272531324">"Couldn\'t set the overlay duration."</string>
82 <string name="editor_set_start_time_overlay_error" msgid="1586320960100883573">"Couldn\'t set the overlay start time."</string>
83 <string name="editor_set_user_attributes_overlay_error" msgid="1084389378842530649">"Can\'t set overlay attributes."</string>
  /packages/apps/VideoEditor/res/values-it/
strings.xml 27 <string name="editor_remove_overlay_question" msgid="1113396043958946144">"Rimuovere questo overlay?"</string>
79 <string name="editor_add_overlay_error" msgid="6315983638203833916">"Impossibile aggiungere l\'overlay."</string>
80 <string name="editor_remove_overlay_error" msgid="4404087798919441977">"Impossibile rimuovere l\'overlay."</string>
81 <string name="editor_set_duration_overlay_error" msgid="1239098080272531324">"Impossibile impostare la durata dell\'overlay."</string>
82 <string name="editor_set_start_time_overlay_error" msgid="1586320960100883573">"Impossibile impostare il momento di inizio dell\'overlay."</string>
83 <string name="editor_set_user_attributes_overlay_error" msgid="1084389378842530649">"Impossibile impostare attributi overlay."</string>
  /packages/apps/VideoEditor/res/values-tl/
strings.xml 27 <string name="editor_remove_overlay_question" msgid="1113396043958946144">"Gusto mong alisin ang overlay na ito?"</string>
79 <string name="editor_add_overlay_error" msgid="6315983638203833916">"Hindi maidaragdag ang overlay."</string>
80 <string name="editor_remove_overlay_error" msgid="4404087798919441977">"Hindi maaaring alisin ang overlay."</string>
81 <string name="editor_set_duration_overlay_error" msgid="1239098080272531324">"Hindi maitakda ang tagal ng overlay."</string>
82 <string name="editor_set_start_time_overlay_error" msgid="1586320960100883573">"Hindi maitakda ang panahon ng pagsisimula ng overlay."</string>
83 <string name="editor_set_user_attributes_overlay_error" msgid="1084389378842530649">"Hindi maitatakda ang mga overlay na katangian."</string>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageOverlay.java 40 * The {@link ImageOverlay} class renders an image as an overlay.
42 public class ImageOverlay extends Overlay implements IImageFactory {
89 * @param canvas The {@link LayoutCanvas} to paint the overlay over.
117 * Sets the image to be drawn as an overlay from the passed in AWT
197 * Returns whether this image overlay should be painted with a drop shadow.
201 * @return true if the image overlay should be shown with a drop shadow.
SelectionOverlay.java 36 * The {@link SelectionOverlay} paints the current selection as an overlay.
38 public class SelectionOverlay extends Overlay {
52 * Set whether the selection overlay should be hidden. This is done during some
  /frameworks/base/docs/html/reference/com/google/android/gms/maps/model/
GroundOverlayOptions.html 751 <p itemprop="articleBody">Defines options for a ground overlay. </p>
910 <div class="jd-descrdiv">Creates a new set of ground overlay options.</div>
959 <div class="jd-descrdiv">Specifies the bearing of the ground overlay in degrees clockwise from north.</div>
1173 <div class="jd-descrdiv">Specifies the image for this ground overlay.</div>
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_window_controller.h 48 // view is the proper content area in the overlay
61 // Used during tab dragging to turn on/off the overlay window when a tab
160 // drag is complete. This prevents a window (and its overlay) from going away
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
VideoEditorProject.java 821 * Add the overlay
824 * @param overlay The overlay
826 void addOverlay(String mediaItemId, MovieOverlay overlay) {
829 // Remove an existing overlay (if any)
835 mediaItem.addOverlay(overlay);
840 * Remove the specified overlay
843 * @param overlayId The overlay id
852 * Get the specified overlay
855 * @param overlayId The overlay i
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
videodev.h 135 #define VIDEO_WINDOW_CHROMAKEY 16 /* Overlay by chromakey */
239 #define VIDIOCGWIN _IOR('v',9, struct video_window) /* Get the video overlay window */
240 #define VIDIOCSWIN _IOW('v',10, struct video_window) /* Set the video overlay window - passes clip list for hardware smarts , chromakey etc */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
videodev.h 135 #define VIDEO_WINDOW_CHROMAKEY 16 /* Overlay by chromakey */
239 #define VIDIOCGWIN _IOR('v',9, struct video_window) /* Get the video overlay window */
240 #define VIDIOCSWIN _IOW('v',10, struct video_window) /* Set the video overlay window - passes clip list for hardware smarts , chromakey etc */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
videodev.h 135 #define VIDEO_WINDOW_CHROMAKEY 16 /* Overlay by chromakey */
239 #define VIDIOCGWIN _IOR('v',9, struct video_window) /* Get the video overlay window */
240 #define VIDIOCSWIN _IOW('v',10, struct video_window) /* Set the video overlay window - passes clip list for hardware smarts , chromakey etc */
  /bootable/recovery/
screen_ui.h 81 // Log text overlay, displayed when a magic key is pressed
  /development/samples/ApiDemos/src/com/example/android/apis/app/
SecureWindowActivity.java 41 * "Overlay Display" created using the "Simulate secondary displays" option in
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
_index.html 32 <dt><a href="SurfaceViewOverlay.html">SurfaceView Overlay</a></dt>
  /external/chromium/chrome/browser/prefs/
overlay_persistent_pref_store.cc 48 // Try to create copy of underlay if the overlay does not contain a value.
  /external/chromium/chrome/browser/resources/options/
clear_browser_data_overlay.js 10 * Encapsulated handling of the 'Clear Browser Data' overlay page.
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_button.h 37 // Returns YES if a drag operation should lock the fullscreen overlay bar
39 // not lock the overlay if the bookmark bar is currently showing in detached
86 // Returns YES if a drag operation should lock the fullscreen overlay bar
88 // not lock the overlay if the bookmark bar is currently showing in detached
  /external/chromium/chrome/browser/ui/cocoa/
tabpose_window.h 39 // shelf. Every open browser window has its own overlay, and they are
  /external/chromium-trace/trace-viewer/src/
about_tracing.html 44 <link rel="stylesheet" href="overlay.css">
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_video.h 191 /** @name Overlay Formats
192 * The most common video overlay formats.
207 /** The YUV hardware video overlay */
223 Uint32 hw_overlay :1; /**< Flag: This overlay hardware accelerated? */
799 /** @name YUV video surface overlay functions */ /*@{*/
802 /** This function creates a video output overlay
803 * Calling the returned surface an overlay is something of a misnomer because
804 * the contents of the display surface underneath the area where the overlay
810 /** Lock an overlay for direct access, and unlock it when you are done */
811 extern DECLSPEC int SDLCALL SDL_LockYUVOverlay(SDL_Overlay *overlay)
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundlePageOverlay.h 43 // Page overlay client.
  /frameworks/base/core/java/android/content/res/
ObbInfo.java 28 /** Flag noting that this OBB is an overlay patch for a base OBB. */
  /frameworks/base/services/java/com/android/server/display/
OverlayDisplayWindow.java 41 * Manages an overlay window on behalf of {@link OverlayDisplayAdapter}.
56 // When true, disables support for moving and resizing the overlay.
166 Slog.w(TAG, "Cannot show overlay display because there is no "
360 * Watches for significant changes in the overlay display window lifecycle.
  /frameworks/support/v4/java/android/support/v4/view/
WindowCompat.java 58 * If overlay is enabled, the action mode UI will be allowed to cover existing window content.

Completed in 470 milliseconds

<<11121314151617181920>>