Searched refs:TYPE_PRESENTATION (Results 1 – 11 of 11) sorted by relevance
20 import static android.view.WindowManager.LayoutParams.TYPE_PRESENTATION;237 : TYPE_PRESENTATION; in getWindowType()
44 import static android.view.WindowManager.LayoutParams.TYPE_PRESENTATION;533 case TYPE_PRESENTATION: in getWindowLayerFromTypeLw()
64 import static android.view.WindowManager.LayoutParams.TYPE_PRESENTATION;3102 case TYPE_PRESENTATION:
103 public static final int TYPE_PRESENTATION = 2; field in MediaProjectionManager
1026 || mType == MediaProjectionManager.TYPE_PRESENTATION in canProjectAudio()1045 } else if (mType == MediaProjectionManager.TYPE_PRESENTATION) { in applyVirtualDisplayFlags()1537 case MediaProjectionManager.TYPE_PRESENTATION: in typeToString()
26 import static android.view.WindowManager.LayoutParams.TYPE_PRESENTATION;109 assertEquals(ABOVE_TASKS, typeOf(createWindowToken(TYPE_PRESENTATION))); in testType_typeOf()
26 import static android.view.WindowManager.LayoutParams.TYPE_PRESENTATION;947 int[] types = {TYPE_STATUS_BAR, TYPE_NAVIGATION_BAR, TYPE_PRESENTATION, in calculateZSets()
2081 @ViewDebug.IntToString(from = TYPE_PRESENTATION,2483 public static final int TYPE_PRESENTATION = FIRST_SYSTEM_WINDOW + 37; field in WindowManager.LayoutParams2584 TYPE_PRESENTATION,
83 import static android.view.WindowManager.LayoutParams.TYPE_PRESENTATION;2373 if (type == TYPE_PRESENTATION || type == TYPE_PRIVATE_PRESENTATION) { in removeImmediately()3380 && !(mAttrs.type == TYPE_PRESENTATION && isOnVirtualDisplay()) in onSurfaceShownChanged()3457 case TYPE_PRESENTATION: in showForAllUsers()
84 import static android.view.WindowManager.LayoutParams.TYPE_PRESENTATION;1589 if (type == TYPE_PRESENTATION || type == TYPE_PRIVATE_PRESENTATION) { in addWindow()1601 if (type == TYPE_PRESENTATION && !displayContent.getDisplay().isPublicPresentation()) { in addWindow()
29397 Landroid/media/projection/MediaProjectionManager;->TYPE_PRESENTATION:I64601 Landroid/view/WindowManager$LayoutParams;->TYPE_PRESENTATION:I