Searched defs:mTouchNoiseThresholdTime (Results 1 - 1 of 1) sorted by relevance

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

Completed in 58 milliseconds