Searched refs:isSystemAlertWindowType (Results 1 – 7 of 7) sorted by relevance
63 import static android.view.WindowManager.LayoutParams.isSystemAlertWindowType;478 if (isSystemAlertWindowType(type)) { in getWindowLayerFromTypeLw()
78 import static android.view.WindowManager.LayoutParams.isSystemAlertWindowType;3276 if (!isSystemAlertWindowType(type)) {
39 import static android.view.WindowManager.LayoutParams.isSystemAlertWindowType;788 if (!isSystemAlertWindowType(type) && type != TYPE_SYSTEM_DIALOG) { in onWindowSurfaceVisibilityChanged()
97 import static android.view.WindowManager.LayoutParams.isSystemAlertWindowType;1150 if (WindowManager.LayoutParams.isSystemAlertWindowType(mAttrs.type)) { in getTouchOcclusionMode()3003 || (!isSystemAlertWindowType(baseType) && baseType != TYPE_TOAST)) { in setForceHideNonSystemOverlayWindowIfNeeded()3025 || (!isSystemAlertWindowType(mAttrs.type) && mAttrs.type != TYPE_TOAST)) { in setHiddenWhileSuspended()
1009 if (LayoutParams.isSystemAlertWindowType(attrs.type)) { in adjustWindowParamsLw()
2740 public static boolean isSystemAlertWindowType(@WindowType int type) { in isSystemAlertWindowType() method in WindowManager.LayoutParams
64549 Landroid/view/WindowManager$LayoutParams;->isSystemAlertWindowType(I)Z