Searched refs:PRIVATE_FLAG_SYSTEM_ERROR (Results 1 – 6 of 6) sorted by relevance
19 import static android.view.WindowManager.LayoutParams.PRIVATE_FLAG_SYSTEM_ERROR;77 getWindow().addPrivateFlags(PRIVATE_FLAG_SYSTEM_ERROR); in StrictModeViolationDialog()
75 attrs.privateFlags |= WindowManager.LayoutParams.PRIVATE_FLAG_SYSTEM_ERROR in AppErrorDialog()
97 attrs.privateFlags = WindowManager.LayoutParams.PRIVATE_FLAG_SYSTEM_ERROR | in AppNotRespondingDialog()
68 PRIVATE_FLAG_SYSTEM_ERROR = 0x00000100, enumerator
490 if (privateFlags & InputWindowInfo::PRIVATE_FLAG_SYSTEM_ERROR) { in findTouchedWindowAtLocked()1220 if (privateFlags & InputWindowInfo::PRIVATE_FLAG_SYSTEM_ERROR) { in findTouchedWindowTargetsLocked()
1082 public static final int PRIVATE_FLAG_SYSTEM_ERROR = 0x00000100; field in WindowManager.LayoutParams