Searched refs:isSystemAlertWindowType (Results 1 – 4 of 4) sorted by relevance
62 import static android.view.WindowManager.LayoutParams.isSystemAlertWindowType;775 if (isSystemAlertWindowType(type)) { in getWindowLayerFromTypeLw()
79 import static android.view.WindowManager.LayoutParams.isSystemAlertWindowType;2101 if (!isSystemAlertWindowType(type)) { in checkAddPermission()
25 import static android.view.WindowManager.LayoutParams.isSystemAlertWindowType;498 if (!isSystemAlertWindowType(type)) { in onWindowSurfaceVisibilityChanged()
1117 public static boolean isSystemAlertWindowType(int type) { in isSystemAlertWindowType() method in WindowManager.LayoutParams