Searched refs:isSystemAlertWindowType (Results 1 – 6 of 6) sorted by relevance
62 import static android.view.WindowManager.LayoutParams.isSystemAlertWindowType;775 if (isSystemAlertWindowType(type)) { in getWindowLayerFromTypeLw()
80 import static android.view.WindowManager.LayoutParams.isSystemAlertWindowType;2105 if (!isSystemAlertWindowType(type)) { in checkAddPermission()
25 import static android.view.WindowManager.LayoutParams.isSystemAlertWindowType;498 if (!isSystemAlertWindowType(type)) { in onWindowSurfaceVisibilityChanged()
73 import static android.view.WindowManager.LayoutParams.isSystemAlertWindowType;2732 || (!isSystemAlertWindowType(mAttrs.type) && mAttrs.type != TYPE_TOAST)) { in setForceHideNonSystemOverlayWindowIfNeeded()2748 || (!isSystemAlertWindowType(mAttrs.type) && mAttrs.type != TYPE_TOAST)) { in setHiddenWhileSuspended()
1130 public static boolean isSystemAlertWindowType(int type) { in isSystemAlertWindowType() method in WindowManager.LayoutParams
79621 Landroid/view/WindowManager$LayoutParams;->isSystemAlertWindowType(I)Z