Searched refs:sParams (Results 1 – 2 of 2) sorted by relevance
87 private static PointerTrackerParams sParams; field in PointerTracker158 sParams = new PointerTrackerParams(mainKeyboardViewAttr); in init()163 sParams.mSuppressKeyPreviewAfterBatchInputDuration); in init()624 if (deltaT < sParams.mTouchNoiseThresholdTime) { in onDownEvent()626 if (distance < sParams.mTouchNoiseThresholdDistance) { in onDownEvent()677 mIsAllowedDraggingFinger = sParams.mKeySelectionByDraggingFinger in onDownEventInternal()1139 return sParams.mLongPressShiftLockTimeout; in getLongPressTimeout()1187 (repeatCount == 1) ? sParams.mKeyRepeatStartTimeout : sParams.mKeyRepeatInterval; in startKeyRepeatTimer()
374 static constexpr std::array<uint8_t, 3> sParams = {kDotBit, kDohBit, kDotBit | kDohBit}; member in TransportParameterizedTest402 testing::ValuesIn(TransportParameterizedTest::sParams),