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

/frameworks/base/services/java/com/android/server/accessibility/
H A DTouchExplorer.java105 private final int mDetermineUserIntentTimeout; field in class:TouchExplorer
222 mDetermineUserIntentTimeout = ViewConfiguration.getDoubleTapTimeout();
237 mDetermineUserIntentTimeout);
240 mDetermineUserIntentTimeout);
1365 mHandler.postDelayed(this, mDetermineUserIntentTimeout);
1442 mHandler.postDelayed(this, mDetermineUserIntentTimeout);

Completed in 138 milliseconds