Searched refs:Presentation (Results 1 - 5 of 5) sorted by relevance

/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;
H A DPointerController.cpp228 void PointerController::setPresentation(Presentation presentation) {
/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/core/java/android/view/
H A DWindowManager.java19 import android.app.Presentation;
42 * {@link Presentation}. The presentation will automatically obtain a
66 * be found. See {@link android.app.Presentation} for more information on secondary displays.
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp113 virtual void setPresentation(Presentation presentation) {

Completed in 452 milliseconds