Searched refs:FLAG_SYSTEM_ERROR (Results 1 – 6 of 6) sorted by relevance
19 import static android.view.WindowManager.LayoutParams.FLAG_SYSTEM_ERROR;75 getWindow().addFlags(FLAG_SYSTEM_ERROR); in StrictModeViolationDialog()
19 import static android.view.WindowManager.LayoutParams.FLAG_SYSTEM_ERROR;75 getWindow().addFlags(FLAG_SYSTEM_ERROR); in AppErrorDialog()
19 import static android.view.WindowManager.LayoutParams.FLAG_SYSTEM_ERROR;94 getWindow().addFlags(FLAG_SYSTEM_ERROR); in AppNotRespondingDialog()
68 FLAG_SYSTEM_ERROR = 0x40000000, enumerator
557 if (flags & InputWindowInfo::FLAG_SYSTEM_ERROR) { in findTouchedWindowAtLocked()1342 if (flags & InputWindowInfo::FLAG_SYSTEM_ERROR) { in findTouchedWindowTargetsLocked()
700 public static final int FLAG_SYSTEM_ERROR = 0x40000000; field in WindowManager.LayoutParams