Searched refs:Presentation (Results 1 - 9 of 9) 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/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
H A DDemoPresentation.java22 import android.app.Presentation;
40 public final class DemoPresentation extends 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/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardDisplayManager.java18 import android.app.Presentation;
34 Presentation mPresentation;
125 private final static class KeyguardPresentation extends Presentation {
/frameworks/base/libs/input/
H A DPointerController.h91 virtual void setPresentation(Presentation presentation);
147 Presentation presentation;
H A DPointerController.cpp228 void PointerController::setPresentation(Presentation presentation) {
/frameworks/base/core/tests/coretests/src/android/hardware/display/
H A DVirtualDisplayTest.java19 import android.app.Presentation;
190 // Presentation case.
196 // Presentation case with secure window (but display is not secure).
237 // Presentation case with secure window (and display is secure).
343 private final class TestPresentation extends Presentation {
/frameworks/base/core/java/android/view/
H A DWindowManager.java19 import android.app.Presentation;
44 * {@link Presentation}. The presentation will automatically obtain a
68 * be found. See {@link android.app.Presentation} for more information on secondary displays.
533 * Window type: Window for Presentation on top of private
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp113 virtual void setPresentation(Presentation presentation) {

Completed in 396 milliseconds