Searched refs:isSystemAlertWindowType (Results 1 – 6 of 6) sorted by relevance
63 import static android.view.WindowManager.LayoutParams.isSystemAlertWindowType;487 if (isSystemAlertWindowType(type)) { in getWindowLayerFromTypeLw()
66 import static android.view.WindowManager.LayoutParams.isSystemAlertWindowType;2194 if (!isSystemAlertWindowType(type)) { in checkAddPermission()
35 import static android.view.WindowManager.LayoutParams.isSystemAlertWindowType;682 if (!isSystemAlertWindowType(type)) { in onWindowSurfaceVisibilityChanged()
104 import static android.view.WindowManager.LayoutParams.isSystemAlertWindowType;1174 if (WindowManager.LayoutParams.isSystemAlertWindowType(mAttrs.type)) { in getTouchOcclusionMode()3350 || (!isSystemAlertWindowType(mAttrs.type) && mAttrs.type != TYPE_TOAST)) { in setForceHideNonSystemOverlayWindowIfNeeded()3372 || (!isSystemAlertWindowType(mAttrs.type) && mAttrs.type != TYPE_TOAST)) { in setHiddenWhileSuspended()
1650 public static boolean isSystemAlertWindowType(@WindowType int type) { in isSystemAlertWindowType() method in WindowManager.LayoutParams
68515 Landroid/view/WindowManager$LayoutParams;->isSystemAlertWindowType(I)Z