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.java468 long mLongPressMs; field in RotaryService
652 mLongPressMs = res.getInteger(R.integer.long_press_ms); in onCreate()
653 if (mLongPressMs == 0) { in onCreate()
654 mLongPressMs = ViewConfiguration.getLongPressTimeout(); in onCreate()
1535 mHandler.sendEmptyMessageDelayed(MSG_LONG_PRESS, mLongPressMs); in handleCenterButtonEvent()
3013 mLongPressMs); in dump()
/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/
DRotaryServiceTest.java1698 mRotaryService.mLongPressMs = 400; in testOnKeyEvents_centerButtonClickInSystemWindow_performActionClick()
1788 mRotaryService.mLongPressMs = 0; in testOnKeyEvents_centerButtonLongClickInSystemWindow_performActionLongClick()