Searched refs:TYPE_PRESENTATION (Results 1 – 10 of 10) sorted by relevance
20 import static android.view.WindowManager.LayoutParams.TYPE_PRESENTATION;65 assertEquals(ABOVE_TASKS, typeOf(createWindowToken(TYPE_PRESENTATION))); in testType_typeOf()
22 import static android.view.WindowManager.LayoutParams.TYPE_PRESENTATION;147 int[] types = {TYPE_STATUS_BAR, TYPE_NAVIGATION_BAR, TYPE_PRESENTATION, in calculateZSets()
21 import static android.view.WindowManager.LayoutParams.TYPE_PRESENTATION;197 : TYPE_PRESENTATION; in Presentation()
435 || mType == MediaProjectionManager.TYPE_PRESENTATION in canProjectAudio()452 } else if (mType == MediaProjectionManager.TYPE_PRESENTATION) { in applyVirtualDisplayFlags()752 case MediaProjectionManager.TYPE_PRESENTATION: in typeToString()
52 public static final int TYPE_PRESENTATION = 2; field in MediaProjectionManager
44 import static android.view.WindowManager.LayoutParams.TYPE_PRESENTATION;763 case TYPE_PRESENTATION: in getWindowLayerFromTypeLw()
57 import static android.view.WindowManager.LayoutParams.TYPE_PRESENTATION;2103 case TYPE_PRESENTATION: in checkAddPermission()
780 @ViewDebug.IntToString(from = TYPE_PRESENTATION,1176 public static final int TYPE_PRESENTATION = FIRST_SYSTEM_WINDOW + 37; field in WindowManager.LayoutParams
82 import static android.view.WindowManager.LayoutParams.TYPE_PRESENTATION;3377 case TYPE_PRESENTATION: in showForAllUsers()
69 import static android.view.WindowManager.LayoutParams.TYPE_PRESENTATION;1441 if (type == TYPE_PRESENTATION && !displayContent.getDisplay().isPublicPresentation()) { in addWindow()