Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DPresentation.java20 import static android.view.WindowManager.LayoutParams.TYPE_PRESENTATION;
237 : TYPE_PRESENTATION; in getWindowType()
/aosp12/frameworks/base/services/core/java/com/android/server/media/projection/
H A DMediaProjectionManagerService.java438 || mType == MediaProjectionManager.TYPE_PRESENTATION in canProjectAudio()
455 } else if (mType == MediaProjectionManager.TYPE_PRESENTATION) { in applyVirtualDisplayFlags()
755 case MediaProjectionManager.TYPE_PRESENTATION: in typeToString()
/aosp12/frameworks/base/media/java/android/media/projection/
H A DMediaProjectionManager.java52 public static final int TYPE_PRESENTATION = 2; field in MediaProjectionManager
/aosp12/frameworks/base/services/core/java/com/android/server/policy/
H A DWindowManagerPolicy.java44 import static android.view.WindowManager.LayoutParams.TYPE_PRESENTATION;
543 case TYPE_PRESENTATION: in getWindowLayerFromTypeLw()
H A DPhoneWindowManager.java60 import static android.view.WindowManager.LayoutParams.TYPE_PRESENTATION;
2205 case TYPE_PRESENTATION: in checkAddPermission()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayAreaTest.java23 import static android.view.WindowManager.LayoutParams.TYPE_PRESENTATION;
105 assertEquals(ABOVE_TASKS, typeOf(createWindowToken(TYPE_PRESENTATION))); in testType_typeOf()
H A DDisplayAreaPolicyBuilderTest.java25 import static android.view.WindowManager.LayoutParams.TYPE_PRESENTATION;
759 int[] types = {TYPE_STATUS_BAR, TYPE_NAVIGATION_BAR, TYPE_PRESENTATION, in calculateZSets()
/aosp12/frameworks/base/core/java/android/view/
H A DWindowManager.java1139 @ViewDebug.IntToString(from = TYPE_PRESENTATION,
1533 public static final int TYPE_PRESENTATION = FIRST_SYSTEM_WINDOW + 37; field in WindowManager.LayoutParams
1634 TYPE_PRESENTATION,
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java92 import static android.view.WindowManager.LayoutParams.TYPE_PRESENTATION;
3695 case TYPE_PRESENTATION: in showForAllUsers()
H A DWindowManagerService.java75 import static android.view.WindowManager.LayoutParams.TYPE_PRESENTATION;
1523 if (type == TYPE_PRESENTATION && !displayContent.getDisplay().isPublicPresentation()) { in addWindow()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt32275 Landroid/media/projection/MediaProjectionManager;->TYPE_PRESENTATION:I
68567 Landroid/view/WindowManager$LayoutParams;->TYPE_PRESENTATION:I