Searched refs:isSystemAlertWindowType (Results 1 – 7 of 7) sorted by relevance
63 import static android.view.WindowManager.LayoutParams.isSystemAlertWindowType;469 if (isSystemAlertWindowType(type)) { in getWindowLayerFromTypeLw()
62 import static android.view.WindowManager.LayoutParams.isSystemAlertWindowType;2615 if (!isSystemAlertWindowType(type)) { in checkAddPermission()
36 import static android.view.WindowManager.LayoutParams.isSystemAlertWindowType;743 if (!isSystemAlertWindowType(type)) { in onWindowSurfaceVisibilityChanged()
104 import static android.view.WindowManager.LayoutParams.isSystemAlertWindowType;1233 if (WindowManager.LayoutParams.isSystemAlertWindowType(mAttrs.type)) { in getTouchOcclusionMode()3330 || (!isSystemAlertWindowType(mAttrs.type) && mAttrs.type != TYPE_TOAST)) { in setForceHideNonSystemOverlayWindowIfNeeded()3352 || (!isSystemAlertWindowType(mAttrs.type) && mAttrs.type != TYPE_TOAST)) { in setHiddenWhileSuspended()
972 if (LayoutParams.isSystemAlertWindowType(attrs.type)) { in adjustWindowParamsLw()
2050 public static boolean isSystemAlertWindowType(@WindowType int type) { in isSystemAlertWindowType() method in WindowManager.LayoutParams
65192 Landroid/view/WindowManager$LayoutParams;->isSystemAlertWindowType(I)Z