Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DPointerTracker.java60 public final int mTouchNoiseThresholdDistance; field in PointerTracker.PointerTrackerParams
71 mTouchNoiseThresholdDistance = mainKeyboardViewAttr.getDimensionPixelSize( in PointerTrackerParams()
626 if (distance < sParams.mTouchNoiseThresholdDistance) { in onDownEvent()