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

  /cts/hostsidetests/services/activityandwindowmanager/windowmanager/alertwindowappsdk25/src/android/server/alertwindowappsdk25/
AlertWindowTestBaseActivity.java 50 if (!isSystemAlertWindowType(type)) {
71 private boolean isSystemAlertWindowType(int type) {
  /frameworks/base/core/java/android/view/
WindowManagerPolicy.java 62 import static android.view.WindowManager.LayoutParams.isSystemAlertWindowType;
748 if (isSystemAlertWindowType(type)) {
763 * types {@link android.view.WindowManager.LayoutParams#isSystemAlertWindowType(int)}
    [all...]