Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarInputService.java147 private final IntSupplier mLongPressDelaySupplier; field in CarInputService.KeyPressTimer
160 mLongPressDelaySupplier = longPressDelaySupplier; in KeyPressTimer()
169 mHandler.postDelayed(mCallback, mLongPressDelaySupplier.getAsInt()); in keyDown()
233 private final IntSupplier mLongPressDelaySupplier; field in CarInputService
352 mLongPressDelaySupplier = longPressDelaySupplier; in CarInputService()
1024 writer.println("Long-press delay: " + mLongPressDelaySupplier.getAsInt() + "ms"); in dump()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarInputRotaryServiceTest.java86 @Mock private IntSupplier mLongPressDelaySupplier; field in CarInputRotaryServiceTest
302 mDefaultMotionEventMainListener, mLastCallSupplier, mLongPressDelaySupplier, in init()
DCarInputServiceTest.java105 @Mock IntSupplier mLongPressDelaySupplier; field in CarInputServiceTest
156 mDefaultMotionEventMainListener, mLastCallSupplier, mLongPressDelaySupplier, in setUp()
917 when(mLongPressDelaySupplier.getAsInt()).thenReturn(systemDelay); in longPressDelay_obeysValueFromSystem()