Searched refs:mTouchExplorationInProgress (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DTouchExplorer.java216 private boolean mTouchExplorationInProgress; field in class:TouchExplorer
310 mTouchExplorationInProgress = false;
439 if (!mTouchExplorationInProgress) {
535 if (mTouchExplorationInProgress) {
553 if (mTouchExplorationInProgress) {
856 mTouchExplorationInProgress = true;
859 mTouchExplorationInProgress = false;

Completed in 726 milliseconds