Home
last modified time | relevance | path

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

/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DRotaryService.java1729 int rotationCount = getRotateAcceleration(count, eventTime); in handleRotateEvent()
2534 int getRotateAcceleration(int count, long eventTime) { in getRotateAcceleration() method in RotaryService
/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/
DRotaryServiceTest.java466 .when(mRotaryService).getRotateAcceleration(any(Integer.class), any(Long.class)); in testOnRotaryEvents_withFocusedView()