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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DTouchExplorer.java163 private boolean mTouchExplorationInProgress; field in class:TouchExplorer
252 mTouchExplorationInProgress = false;
509 if (!mGestureDetector.firstTapDetected() && !mTouchExplorationInProgress) {
542 if (mTouchExplorationInProgress) {
558 if (mTouchExplorationInProgress) {
804 mTouchExplorationInProgress = true;
807 mTouchExplorationInProgress = false;

Completed in 33 milliseconds