Home
last modified time | relevance | path

Searched refs:TYPE_PRESENTATION (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/
H A DPresentation.java20 import static android.view.WindowManager.LayoutParams.TYPE_PRESENTATION;
237 : TYPE_PRESENTATION; in getWindowType()
/aosp14/frameworks/base/services/core/java/com/android/server/policy/
H A DWindowManagerPolicy.java44 import static android.view.WindowManager.LayoutParams.TYPE_PRESENTATION;
533 case TYPE_PRESENTATION: in getWindowLayerFromTypeLw()
H A DPhoneWindowManager.java57 import static android.view.WindowManager.LayoutParams.TYPE_PRESENTATION;
2751 case TYPE_PRESENTATION:
/aosp14/frameworks/base/media/java/android/media/projection/
H A DMediaProjectionManager.java82 public static final int TYPE_PRESENTATION = 2; field in MediaProjectionManager
/aosp14/frameworks/base/services/core/java/com/android/server/media/projection/
H A DMediaProjectionManagerService.java921 || mType == MediaProjectionManager.TYPE_PRESENTATION in canProjectAudio()
943 } else if (mType == MediaProjectionManager.TYPE_PRESENTATION) { in applyVirtualDisplayFlags()
1433 case MediaProjectionManager.TYPE_PRESENTATION: in typeToString()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayAreaTest.java26 import static android.view.WindowManager.LayoutParams.TYPE_PRESENTATION;
108 assertEquals(ABOVE_TASKS, typeOf(createWindowToken(TYPE_PRESENTATION))); in testType_typeOf()
H A DDisplayAreaPolicyBuilderTest.java26 import static android.view.WindowManager.LayoutParams.TYPE_PRESENTATION;
947 int[] types = {TYPE_STATUS_BAR, TYPE_NAVIGATION_BAR, TYPE_PRESENTATION, in calculateZSets()
/aosp14/frameworks/base/core/java/android/view/
H A DWindowManager.java1895 @ViewDebug.IntToString(from = TYPE_PRESENTATION,
2289 public static final int TYPE_PRESENTATION = FIRST_SYSTEM_WINDOW + 37; field in WindowManager.LayoutParams
2390 TYPE_PRESENTATION,
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java86 import static android.view.WindowManager.LayoutParams.TYPE_PRESENTATION;
3412 && !(mAttrs.type == TYPE_PRESENTATION && isOnVirtualDisplay()) in onSurfaceShownChanged()
3489 case TYPE_PRESENTATION: in showForAllUsers()
H A DWindowManagerService.java81 import static android.view.WindowManager.LayoutParams.TYPE_PRESENTATION;
1475 if (type == TYPE_PRESENTATION && !displayContent.getDisplay().isPublicPresentation()) { in addWindow()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt29397 Landroid/media/projection/MediaProjectionManager;->TYPE_PRESENTATION:I
65244 Landroid/view/WindowManager$LayoutParams;->TYPE_PRESENTATION:I