Searched refs:mTouchNoiseThresholdTime (Results 1 – 2 of 2) sorted by relevance
288 public final int mTouchNoiseThresholdTime; field in LatinKeyboardView.PointerTrackerParams295 mTouchNoiseThresholdTime =0; in PointerTrackerParams()302 mTouchNoiseThresholdTime = latinKeyboardViewAttr.getInt( in PointerTrackerParams()
490 if (deltaT < sParams.mTouchNoiseThresholdTime) { in onDownEvent()