Home
last modified time | relevance | path

Searched refs:mTouchNoiseThresholdTime (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DPointerTracker.java108 public final int mTouchNoiseThresholdTime; field in PointerTracker.PointerTrackerParams
118 mTouchNoiseThresholdTime = mainKeyboardViewAttr.getInt( in PointerTrackerParams()
685 if (deltaT < sParams.mTouchNoiseThresholdTime) { in onDownEvent()