/frameworks/base/libs/input/ |
D | PointerController.cpp | 68 mLocked.presentation = Presentation::SPOT; in PointerController() 111 void PointerController::setPresentation(Presentation presentation) { in setPresentation() 124 if (presentation == Presentation::POINTER) { in setPresentation() 164 if (mLocked.presentation == PointerController::Presentation::POINTER) { in reloadPointerResources() 175 if (mLocked.presentation == PointerController::Presentation::POINTER) { in setDisplayViewport()
|
D | PointerController.h | 63 virtual void setPresentation(Presentation presentation); 86 Presentation presentation;
|
/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/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardDisplayManager.java | 21 import android.app.Presentation; 63 private final SparseArray<Presentation> mPresentations = new SparseArray<>(); 135 Presentation presentation = mPresentations.get(displayId); in showPresentation() 137 final Presentation newPresentation = createPresentation(display); in showPresentation() 166 final Presentation presentation = mPresentations.get(displayId); in hidePresentation() 261 static final class KeyguardPresentation extends Presentation {
|
/frameworks/native/services/inputflinger/include/ |
D | PointerControllerInterface.h | 78 enum class Presentation { enum 86 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/libs/input/tests/ |
D | PointerController_test.cpp | 208 mPointerController->setPresentation(PointerController::Presentation::POINTER); in TEST_F() 247 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 | 1007 public @interface Presentation {} annotation in TelecomManager
|
/frameworks/base/core/tests/coretests/src/android/hardware/display/ |
D | VirtualDisplayTest.java | 19 import android.app.Presentation; 363 private 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 | 345 mPointerController->setPresentation(PointerControllerInterface::Presentation::POINTER); in sync()
|
D | TouchInputMapper.cpp | 1664 mPointerController->setPresentation(PointerControllerInterface::Presentation::SPOT); in updateTouchSpots() 2402 mPointerController->setPresentation(PointerControllerInterface::Presentation::POINTER); in dispatchPointerGestures() 2413 mPointerController->setPresentation(PointerControllerInterface::Presentation::POINTER); in dispatchPointerGestures() 3471 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 | 168 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/base/core/api/ |
D | current.txt | 6433 public class Presentation extends android.app.Dialog { 6434 ctor public Presentation(android.content.Context, android.view.Display); 6435 ctor public Presentation(android.content.Context, android.view.Display, int);
|
/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);
|