Home
last modified time | relevance | path

Searched refs:Presentation (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/base/libs/input/
DPointerController.cpp126 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()
DPointerController.h63 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/
DPresentation.java152 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/
DKeyguardDisplayManager.java19 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()
DConnectedDisplayKeyguardPresentation.kt19 import android.app.Presentation
52 Presentation(
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/area/
DRearDisplayPresentation.java19 import android.app.Presentation;
31 class RearDisplayPresentation extends Presentation implements ExtensionWindowAreaPresentation {
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
DDemoPresentation.java22 import android.app.Presentation;
40 public final class DemoPresentation extends Presentation {
/frameworks/native/services/inputflinger/include/
DPointerControllerInterface.h104 enum class Presentation { enum
116 virtual void setPresentation(Presentation presentation) = 0;
/frameworks/base/libs/input/tests/
DPointerController_test.cpp249 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/
DFakePointerController.h71 void setPresentation(Presentation) override {} in setPresentation() argument
/frameworks/base/telecomm/java/android/telecom/
DParcelableConference.java74 @TelecomManager.Presentation int callerDisplayNamePresentation) { in setCallerDisplayName()
81 @TelecomManager.Presentation int addressPresentation) { in setAddress()
DConference.java1142 @TelecomManager.Presentation int presentation) { in setAddress()
1183 public final @TelecomManager.Presentation int getAddressPresentation() { in getAddressPresentation()
1228 @TelecomManager.Presentation int presentation) { in setCallerDisplayName()
DTelecomManager.java1077 public @interface Presentation {} annotation in TelecomManager
/frameworks/base/tests/AccessoryDisplay/
DREADME37 the application opens a Presentation on the new virtual display
/frameworks/base/core/tests/coretests/src/android/hardware/display/
DVirtualDisplayTest.java23 import android.app.Presentation;
364 private static final class TestPresentation extends Presentation {
/frameworks/base/core/java/android/provider/
DBlockedNumbersManager.java204 @TelecomManager.Presentation int numberPresentation, boolean isNumberInContacts) { in shouldSystemBlockNumber()
/frameworks/native/opengl/specs/
DEGL_ANDROID_presentation_time.txt69 "3.9.4 Presentation Time
/frameworks/base/core/java/android/view/
DWindowManager.java99 import android.app.Presentation;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt8255 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/
Dpreloaded-classes678 android.app.Presentation
Dboot-image-profile.txt23053 Landroid/app/Presentation;
/frameworks/base/config/
Dpreloaded-classes678 android.app.Presentation
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4893 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/
Dcurrent.txt7240 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);

12