Searched defs:mEnableTouchExplorationDialog (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java210 private AlertDialog mEnableTouchExplorationDialog; field in class:AccessibilityManagerService
1664 if (mEnableTouchExplorationDialog != null
1665 && mEnableTouchExplorationDialog.isShowing()) {
1668 mEnableTouchExplorationDialog = new AlertDialog.Builder(mContext)
1702 mEnableTouchExplorationDialog.getWindow().setType(
1704 mEnableTouchExplorationDialog.getWindow().getAttributes().privateFlags
1706 mEnableTouchExplorationDialog.setCanceledOnTouchOutside(true);
1707 mEnableTouchExplorationDialog.show();
2053 } else if (mEnableTouchExplorationDialog == null
2054 || !mEnableTouchExplorationDialog
[all...]

Completed in 15 milliseconds