HomeSort by relevance Sort by last modified time
    Searched refs:isSystemAlertWindowType (Results 1 - 6 of 6) sorted by null

  /cts/tests/framework/base/windowmanager/alertwindowappsdk25/src/android/server/wm/alertwindowappsdk25/
AlertWindowTestBaseActivity.java 50 if (!isSystemAlertWindowType(type)) {
71 private boolean isSystemAlertWindowType(int type) {
  /frameworks/base/services/core/java/com/android/server/policy/
WindowManagerPolicy.java 62 import static android.view.WindowManager.LayoutParams.isSystemAlertWindowType;
789 if (isSystemAlertWindowType(type)) {
804 * types {@link android.view.WindowManager.LayoutParams#isSystemAlertWindowType(int)
    [all...]
PhoneWindowManager.java 122 import static android.view.WindowManager.LayoutParams.isSystemAlertWindowType;
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
Session.java 25 import static android.view.WindowManager.LayoutParams.isSystemAlertWindowType;
502 if (!isSystemAlertWindowType(type)) {
WindowState.java 69 import static android.view.WindowManager.LayoutParams.isSystemAlertWindowType;
    [all...]
  /frameworks/base/core/java/android/view/
WindowManager.java     [all...]

Completed in 82 milliseconds