Home
last modified time | relevance | path

Searched refs:isSystemAlertWindowType (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/policy/
DWindowManagerPolicy.java62 import static android.view.WindowManager.LayoutParams.isSystemAlertWindowType;
775 if (isSystemAlertWindowType(type)) { in getWindowLayerFromTypeLw()
DPhoneWindowManager.java79 import static android.view.WindowManager.LayoutParams.isSystemAlertWindowType;
2101 if (!isSystemAlertWindowType(type)) { in checkAddPermission()
/frameworks/base/services/core/java/com/android/server/wm/
DSession.java25 import static android.view.WindowManager.LayoutParams.isSystemAlertWindowType;
498 if (!isSystemAlertWindowType(type)) { in onWindowSurfaceVisibilityChanged()
/frameworks/base/core/java/android/view/
DWindowManager.java1117 public static boolean isSystemAlertWindowType(int type) { in isSystemAlertWindowType() method in WindowManager.LayoutParams