Searched refs:mLongPressDelaySupplier (Results 1 – 3 of 3) sorted by relevance
147 private final IntSupplier mLongPressDelaySupplier; field in CarInputService.KeyPressTimer160 mLongPressDelaySupplier = longPressDelaySupplier; in KeyPressTimer()169 mHandler.postDelayed(mCallback, mLongPressDelaySupplier.getAsInt()); in keyDown()233 private final IntSupplier mLongPressDelaySupplier; field in CarInputService352 mLongPressDelaySupplier = longPressDelaySupplier; in CarInputService()1024 writer.println("Long-press delay: " + mLongPressDelaySupplier.getAsInt() + "ms"); in dump()
86 @Mock private IntSupplier mLongPressDelaySupplier; field in CarInputRotaryServiceTest302 mDefaultMotionEventMainListener, mLastCallSupplier, mLongPressDelaySupplier, in init()
105 @Mock IntSupplier mLongPressDelaySupplier; field in CarInputServiceTest156 mDefaultMotionEventMainListener, mLastCallSupplier, mLongPressDelaySupplier, in setUp()917 when(mLongPressDelaySupplier.getAsInt()).thenReturn(systemDelay); in longPressDelay_obeysValueFromSystem()