Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DLatinKeyboardView.java288 public final int mTouchNoiseThresholdTime; field in LatinKeyboardView.PointerTrackerParams
295 mTouchNoiseThresholdTime =0; in PointerTrackerParams()
302 mTouchNoiseThresholdTime = latinKeyboardViewAttr.getInt( in PointerTrackerParams()
DPointerTracker.java490 if (deltaT < sParams.mTouchNoiseThresholdTime) { in onDownEvent()