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

/frameworks/native/services/inputflinger/
H A DPointerControllerInterface.h77 enum Presentation { enum in class:android::PointerControllerInterface
85 virtual void setPresentation(Presentation presentation) = 0;
/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 dismissed because the "
277 Log.i(TAG, "Presentation i
[all...]

Completed in 216 milliseconds