Home | History | Annotate | Download | only in keyboard

Lines Matching refs:sParams

87     private static PointerTrackerParams sParams;
158 sParams = new PointerTrackerParams(mainKeyboardViewAttr);
163 sParams.mSuppressKeyPreviewAfterBatchInputDuration);
624 if (deltaT < sParams.mTouchNoiseThresholdTime) {
626 if (distance < sParams.mTouchNoiseThresholdDistance) {
677 mIsAllowedDraggingFinger = sParams.mKeySelectionByDraggingFinger
1139 return sParams.mLongPressShiftLockTimeout;
1187 (repeatCount == 1) ? sParams.mKeyRepeatStartTimeout : sParams.mKeyRepeatInterval;