Searched defs:Presentation (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
H A DPresentation.java37 * content on a secondary display. A {@link Presentation} is associated with
55 * Before showing a {@link Presentation} it's important to choose the {@link Display}
88 * Presentation presentation = new MyPresentation(context, presentationDisplay);
124 * Presentation presentation = new MyPresentation(context, presentationDisplay);
141 public class Presentation extends Dialog { class in inherits:Dialog
142 private static final String TAG = "Presentation";
158 public Presentation(Context outerContext, Display display) { method in class:Presentation
176 public Presentation(Context outerContext, Display display, int theme) { method in class:Presentation
216 Log.i(TAG, "Presentation is being immediately dismissed because the "
/frameworks/base/services/input/
H A DPointerController.h84 enum Presentation { enum in class:android::PointerControllerInterface
92 virtual void setPresentation(Presentation presentation) = 0;
168 virtual void setPresentation(Presentation presentation);
224 Presentation presentation;

Completed in 5 milliseconds