Searched refs:Presentation (Results 1 – 15 of 15) sorted by relevance
/frameworks/native/services/inputflinger/ |
D | PointerControllerInterface.h | 77 enum Presentation { enum 85 virtual void setPresentation(Presentation presentation) = 0;
|
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/ |
D | DemoPresentation.java | 22 import android.app.Presentation; 40 public final class DemoPresentation extends Presentation {
|
/frameworks/base/core/java/android/app/ |
D | Presentation.java | 149 public class Presentation extends Dialog { class 167 public Presentation(Context outerContext, Display display) { in Presentation() method in Presentation 185 public Presentation(Context outerContext, Display display, int theme) { in Presentation() method in Presentation
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardDisplayManager.java | 18 import android.app.Presentation; 34 Presentation mPresentation; 126 private final static class KeyguardPresentation extends Presentation {
|
/frameworks/base/libs/input/ |
D | PointerController.h | 103 virtual void setPresentation(Presentation presentation); 166 Presentation presentation;
|
D | PointerController.cpp | 272 void PointerController::setPresentation(Presentation presentation) { in setPresentation()
|
/frameworks/base/core/tests/coretests/src/android/hardware/display/ |
D | VirtualDisplayTest.java | 19 import android.app.Presentation; 343 private final class TestPresentation extends Presentation {
|
/frameworks/base/tests/AccessoryDisplay/ |
D | README | 37 the application opens a Presentation on the new virtual display
|
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/ |
D | LocalPlayer.java | 21 import android.app.Presentation; 555 private final class DemoPresentation extends Presentation {
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_presentation_time.txt | 69 "3.9.4 Presentation Time
|
/frameworks/base/core/java/android/view/ |
D | WindowManager.java | 25 import android.app.Presentation;
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 117 virtual void setPresentation(Presentation) { in setPresentation() argument
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 4893 public class Presentation extends android.app.Dialog { 4894 ctor public Presentation(android.content.Context, android.view.Display); 4895 ctor public Presentation(android.content.Context, android.view.Display, int);
|
/frameworks/base/api/ |
D | current.txt | 5701 public class Presentation extends android.app.Dialog { 5702 ctor public Presentation(android.content.Context, android.view.Display); 5703 ctor public Presentation(android.content.Context, android.view.Display, int);
|
D | system-current.txt | 5907 public class Presentation extends android.app.Dialog { 5908 ctor public Presentation(android.content.Context, android.view.Display); 5909 ctor public Presentation(android.content.Context, android.view.Display, int);
|