/frameworks/base/libs/input/ |
D | PointerController.cpp | 126 mLocked.presentation = Presentation::SPOT; in PointerController() 190 void PointerController::setPresentation(Presentation presentation) { in setPresentation() 201 mCursorController.setStylusHoverMode(presentation == Presentation::STYLUS_HOVER); in setPresentation() 255 if (mLocked.presentation == PointerController::Presentation::POINTER || in reloadPointerResources() 256 mLocked.presentation == PointerController::Presentation::STYLUS_HOVER) { in reloadPointerResources() 268 if (mLocked.presentation == PointerController::Presentation::POINTER || in setDisplayViewport() 269 mLocked.presentation == PointerController::Presentation::STYLUS_HOVER) { in setDisplayViewport() 365 PointerController::setPresentation(Presentation::POINTER); in MousePointerController() 378 PointerController::setPresentation(Presentation::SPOT); in TouchPointerController() 391 PointerController::setPresentation(Presentation::STYLUS_HOVER); in StylusPointerController()
|
D | PointerController.h | 63 void setPresentation(Presentation presentation) override; 112 Presentation presentation; 150 void setPresentation(Presentation) override { in setPresentation() argument 193 void setPresentation(Presentation) override { in setPresentation() argument 214 void setPresentation(Presentation) override { in setPresentation() argument
|
/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 | 19 import android.app.Presentation; 71 private final SparseArray<Presentation> mPresentations = new SparseArray<>(); 162 Presentation presentation = mPresentations.get(displayId); in showPresentation() 164 final Presentation newPresentation = createPresentation(display); in showPresentation() 185 Presentation createPresentation(Display display) { in createPresentation() 193 final Presentation presentation = mPresentations.get(displayId); in hidePresentation()
|
D | ConnectedDisplayKeyguardPresentation.kt | 19 import android.app.Presentation 52 Presentation(
|
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/area/ |
D | RearDisplayPresentation.java | 19 import android.app.Presentation; 31 class RearDisplayPresentation extends Presentation implements ExtensionWindowAreaPresentation {
|
/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/native/services/inputflinger/include/ |
D | PointerControllerInterface.h | 104 enum class Presentation { enum 116 virtual void setPresentation(Presentation presentation) = 0;
|
/frameworks/base/libs/input/tests/ |
D | PointerController_test.cpp | 249 mPointerController->setPresentation(PointerController::Presentation::STYLUS_HOVER); in TEST_F() 264 mPointerController->setPresentation(PointerController::Presentation::POINTER); in TEST_F() 274 mPointerController->setPresentation(PointerController::Presentation::POINTER); in TEST_F() 312 mPointerController->setPresentation(PointerController::Presentation::POINTER); in TEST_F()
|
/frameworks/native/services/inputflinger/tests/ |
D | FakePointerController.h | 71 void setPresentation(Presentation) override {} in setPresentation() argument
|
/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 | 1142 @TelecomManager.Presentation int presentation) { in setAddress() 1183 public final @TelecomManager.Presentation int getAddressPresentation() { in getAddressPresentation() 1228 @TelecomManager.Presentation int presentation) { in setCallerDisplayName()
|
D | TelecomManager.java | 1077 public @interface Presentation {} annotation in TelecomManager
|
/frameworks/base/tests/AccessoryDisplay/ |
D | README | 37 the application opens a Presentation on the new virtual display
|
/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/core/java/android/provider/ |
D | BlockedNumbersManager.java | 204 @TelecomManager.Presentation int numberPresentation, boolean isNumberInContacts) { in shouldSystemBlockNumber()
|
/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 | 99 import android.app.Presentation;
|
/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/boot/ |
D | preloaded-classes | 678 android.app.Presentation
|
D | boot-image-profile.txt | 23053 Landroid/app/Presentation;
|
/frameworks/base/config/ |
D | preloaded-classes | 678 android.app.Presentation
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/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 | 7240 public class Presentation extends android.app.Dialog { 7241 ctor public Presentation(android.content.Context, android.view.Display); 7242 ctor public Presentation(android.content.Context, android.view.Display, int);
|