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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DTouchExplorer.java110 private final int mDetermineUserIntentTimeout; field in class:TouchExplorer
230 mDetermineUserIntentTimeout = ViewConfiguration.getDoubleTapTimeout();
245 mDetermineUserIntentTimeout);
248 mDetermineUserIntentTimeout);
1371 mHandler.postDelayed(this, mDetermineUserIntentTimeout);
1448 mHandler.postDelayed(this, mDetermineUserIntentTimeout);

Completed in 40 milliseconds