/frameworks/base/core/java/android/app/ |
D | Presentation.java | 152 public class Presentation extends Dialog { class 169 public Presentation(Context outerContext, Display display) { in Presentation() method in Presentation 192 public Presentation(Context outerContext, Display display, int theme) { in Presentation() method in Presentation 217 public Presentation(@NonNull Context outerContext, @NonNull Display display, int theme, in Presentation() method in Presentation
|
/frameworks/native/services/inputflinger/include/ |
D | PointerControllerInterface.h | 78 enum class Presentation { enum 86 virtual void setPresentation(Presentation presentation) = 0;
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardDisplayManager.java | 18 import android.app.Presentation; 64 private final SparseArray<Presentation> mPresentations = new SparseArray<>(); 138 Presentation presentation = mPresentations.get(displayId); in showPresentation() 140 final Presentation newPresentation = createPresentation(display); in showPresentation() 169 final Presentation presentation = mPresentations.get(displayId); in hidePresentation() 264 static final class KeyguardPresentation extends Presentation {
|
/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/libs/input/ |
D | PointerController.cpp | 102 mLocked.presentation = Presentation::SPOT; in PointerController() 177 void PointerController::setPresentation(Presentation presentation) { in setPresentation() 190 if (presentation == Presentation::POINTER) { in setPresentation() 244 if (mLocked.presentation == PointerController::Presentation::POINTER) { in reloadPointerResources() 255 if (mLocked.presentation == PointerController::Presentation::POINTER) { in setDisplayViewport()
|
D | PointerController.h | 63 virtual void setPresentation(Presentation presentation); 106 Presentation presentation;
|
/frameworks/base/libs/input/tests/ |
D | PointerController_test.cpp | 218 mPointerController->setPresentation(PointerController::Presentation::POINTER); in TEST_F() 257 mPointerController->setPresentation(PointerController::Presentation::POINTER); in TEST_F()
|
/frameworks/base/telecomm/java/android/telecom/ |
D | ParcelableConference.java | 74 @TelecomManager.Presentation int callerDisplayNamePresentation) { in setCallerDisplayName() 81 @TelecomManager.Presentation int addressPresentation) { in setAddress()
|
D | Conference.java | 1068 @TelecomManager.Presentation int presentation) { in setAddress() 1109 public final @TelecomManager.Presentation int getAddressPresentation() { in getAddressPresentation() 1154 @TelecomManager.Presentation int presentation) { in setCallerDisplayName()
|
D | TelecomManager.java | 1019 public @interface Presentation {} annotation in TelecomManager
|
/frameworks/base/core/tests/coretests/src/android/hardware/display/ |
D | VirtualDisplayTest.java | 23 import android.app.Presentation; 364 private static final class TestPresentation extends Presentation {
|
/frameworks/base/tests/AccessoryDisplay/ |
D | README | 37 the application opens a Presentation on the new virtual display
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_presentation_time.txt | 69 "3.9.4 Presentation Time
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | CursorInputMapper.cpp | 352 mPointerController->setPresentation(PointerControllerInterface::Presentation::POINTER); in sync()
|
D | TouchInputMapper.cpp | 1702 mPointerController->setPresentation(PointerControllerInterface::Presentation::SPOT); in updateTouchSpots() 2447 mPointerController->setPresentation(PointerControllerInterface::Presentation::POINTER); in dispatchPointerGestures() 2459 mPointerController->setPresentation(PointerControllerInterface::Presentation::POINTER); in dispatchPointerGestures() 3529 mPointerController->setPresentation(PointerControllerInterface::Presentation::POINTER); in dispatchPointerSimple()
|
/frameworks/base/core/java/android/view/ |
D | WindowManager.java | 94 import android.app.Presentation;
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 235 void setPresentation(Presentation) override {} in setPresentation() argument
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 8255 Landroid/app/Presentation;->handleDisplayChanged()V 8256 Landroid/app/Presentation;->handleDisplayRemoved()V 8257 Landroid/app/Presentation;->isConfigurationStillValid()Z 8258 Landroid/app/Presentation;->mDisplay:Landroid/view/Display; 8259 Landroid/app/Presentation;->mDisplayListener:Landroid/hardware/display/DisplayManager$DisplayListen… 8260 Landroid/app/Presentation;->mDisplayManager:Landroid/hardware/display/DisplayManager; 8261 Landroid/app/Presentation;->mHandler:Landroid/os/Handler; 8262 Landroid/app/Presentation;->MSG_CANCEL:I 8263 Landroid/app/Presentation;->mToken:Landroid/os/IBinder; 8264 Landroid/app/Presentation;->TAG:Ljava/lang/String;
|
/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/core/api/ |
D | current.txt | 6693 public class Presentation extends android.app.Dialog { 6694 ctor public Presentation(android.content.Context, android.view.Display); 6695 ctor public Presentation(android.content.Context, android.view.Display, int);
|