Home
last modified time | relevance | path

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

/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/native/services/inputflinger/include/
DPointerControllerInterface.h78 enum class Presentation { enum
86 virtual void setPresentation(Presentation presentation) = 0;
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardDisplayManager.java18 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/
DDemoPresentation.java22 import android.app.Presentation;
40 public final class DemoPresentation extends Presentation {
/frameworks/base/libs/input/
DPointerController.cpp102 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()
DPointerController.h63 virtual void setPresentation(Presentation presentation);
106 Presentation presentation;
/frameworks/base/libs/input/tests/
DPointerController_test.cpp218 mPointerController->setPresentation(PointerController::Presentation::POINTER); in TEST_F()
257 mPointerController->setPresentation(PointerController::Presentation::POINTER); in TEST_F()
/frameworks/base/telecomm/java/android/telecom/
DParcelableConference.java74 @TelecomManager.Presentation int callerDisplayNamePresentation) { in setCallerDisplayName()
81 @TelecomManager.Presentation int addressPresentation) { in setAddress()
DConference.java1068 @TelecomManager.Presentation int presentation) { in setAddress()
1109 public final @TelecomManager.Presentation int getAddressPresentation() { in getAddressPresentation()
1154 @TelecomManager.Presentation int presentation) { in setCallerDisplayName()
DTelecomManager.java1019 public @interface Presentation {} annotation in TelecomManager
/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/tests/AccessoryDisplay/
DREADME37 the application opens a Presentation on the new virtual display
/frameworks/native/opengl/specs/
DEGL_ANDROID_presentation_time.txt69 "3.9.4 Presentation Time
/frameworks/native/services/inputflinger/reader/mapper/
DCursorInputMapper.cpp352 mPointerController->setPresentation(PointerControllerInterface::Presentation::POINTER); in sync()
DTouchInputMapper.cpp1702 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/
DWindowManager.java94 import android.app.Presentation;
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp235 void setPresentation(Presentation) override {} in setPresentation() argument
/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/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.txt6693 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);