HomeSort by relevance Sort by last modified time
    Searched defs:Overlay (Results 1 - 6 of 6) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
Overlay.java 23 * An Overlay is a set of graphics which can be painted on top of the visual
28 public abstract class Overlay {
35 * Construct the overlay, using the given graphics context for painting.
37 public Overlay() {
42 * Initializes the overlay before the first use, if applicable. This is a
53 * Releases resources held by the overlay. Called by the editor when an
54 * overlay has been removed.
60 * Paints the overlay.
69 /** Returns the device associated with this overlay */
75 * Returns whether the overlay is hidde
    [all...]
  /frameworks/base/media/java/android/media/videoeditor/
Overlay.java 24 * This is the super class for all Overlay classes.
27 public abstract class Overlay {
33 * The overlay owner
48 private Overlay() {
56 * @param overlayId The overlay id
63 public Overlay(MediaItem mediaItem, String overlayId, long startTimeMs,
85 * Get the overlay ID.
87 * @return The of the overlay
94 * Get the duration of overlay.
96 * @return The duration of the overlay effec
    [all...]
  /hardware/qcom/display/liboverlay/
overlay.cpp 30 #include "overlay.h"
37 namespace overlay { namespace
40 Overlay::Overlay() {
49 Overlay::~Overlay() {
55 void Overlay::configBegin() {
64 void Overlay::configDone() {
84 eDest Overlay::nextPipe(eMdpPipeType type, int dpy) {
122 bool Overlay::commit(utils::eDest dest)
    [all...]
overlay.h 38 namespace overlay { namespace
41 class Overlay : utils::NoCopy {
44 ~Overlay();
75 /* Returns the singleton instance of overlay */
76 static Overlay* getInstance();
90 explicit Overlay();
149 static Overlay *sInstance;
153 inline void Overlay::validate(int index) {
160 inline int Overlay::availablePipes(int dpy) {
171 inline void Overlay::setExtFbNum(int fbNum)
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_Utils.c 183 OMX_U16 Overlay;
248 /*Overlay input port*/
430 /*for overlay*/
432 Overlay = 1;
434 VPP_DPRINT("VPP::OVERLAY ENABLED");
437 Overlay = 0;
447 Overlay,
455 Overlay,
    [all...]
  /external/robolectric/lib/main/
maps_v16.jar 

Completed in 445 milliseconds