Home
last modified time | relevance | path

Searched refs:rotationCount (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() local
1745 clockwise ? rotationCount : -rotationCount); in handleRotateEvent()
1751 int remainingRotationCount = rotationCount; in handleRotateEvent()
1754 mNavigator.findRotateTarget(mFocusedNode, direction, rotationCount); in handleRotateEvent()
1901 boolean clockwise, int rotationCount) { in injectScrollEvent() argument
1903 if (rotationCount > 1) { in injectScrollEvent()
1932 injectMotionEvent(displayId, axis, clockwise ? -rotationCount : rotationCount); in injectScrollEvent()
DNavigator.java146 @NonNull AccessibilityNodeInfo sourceNode, int direction, int rotationCount) { in findRotateTarget() argument
151 while (advancedCount < rotationCount) { in findRotateTarget()