Home
last modified time | relevance | path

Searched refs:mLongPressMs (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DRotaryService.java428 long mLongPressMs; field in RotaryService
638 mLongPressMs = res.getInteger(R.integer.long_press_ms); in onCreate()
639 if (mLongPressMs == 0) { in onCreate()
640 mLongPressMs = ViewConfiguration.getLongPressTimeout(); in onCreate()
1412 mHandler.sendEmptyMessageDelayed(MSG_LONG_PRESS, mLongPressMs); in handleCenterButtonEvent()
2660 mLongPressMs); in dump()
/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/
DRotaryServiceTest.java1671 mRotaryService.mLongPressMs = 400; in testOnKeyEvents_centerButtonClickInSystemWindow_performActionClick()
1762 mRotaryService.mLongPressMs = 0; in testOnKeyEvents_centerButtonLongClickInSystemWindow_performActionLongClick()