Home
last modified time | relevance | path

Searched refs:PRIVATE_FLAG_SYSTEM_ERROR (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DStrictModeViolationDialog.java19 import static android.view.WindowManager.LayoutParams.PRIVATE_FLAG_SYSTEM_ERROR;
77 getWindow().addPrivateFlags(PRIVATE_FLAG_SYSTEM_ERROR); in StrictModeViolationDialog()
DUserSwitchingDialog.java63 attrs.privateFlags = WindowManager.LayoutParams.PRIVATE_FLAG_SYSTEM_ERROR | in UserSwitchingDialog()
DAppErrorDialog.java75 attrs.privateFlags |= WindowManager.LayoutParams.PRIVATE_FLAG_SYSTEM_ERROR in AppErrorDialog()
DAppNotRespondingDialog.java97 attrs.privateFlags = WindowManager.LayoutParams.PRIVATE_FLAG_SYSTEM_ERROR | in AppNotRespondingDialog()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowAnimator.java23 import static android.view.WindowManager.LayoutParams.PRIVATE_FLAG_SYSTEM_ERROR;
236 (win.mAttrs.privateFlags & PRIVATE_FLAG_SYSTEM_ERROR) != 0))); in shouldForceHide()
/frameworks/base/core/java/android/view/
DWindowManager.java1089 public static final int PRIVATE_FLAG_SYSTEM_ERROR = 0x00000100; field in WindowManager.LayoutParams