Searched refs:rotationCount (Results 1 – 2 of 2) sorted by relevance
/aosp12/packages/apps/Car/RotaryController/src/com/android/car/rotary/ |
H A D | RotaryService.java | 1860 int rotationCount = getRotateAcceleration(count, eventTime); in handleRotateEvent() local 1875 injectMotionEvent(displayId, clockwise ? rotationCount : -rotationCount); in handleRotateEvent() 1881 int remainingRotationCount = rotationCount; in handleRotateEvent() 1884 mNavigator.findRotateTarget(mFocusedNode, direction, rotationCount); in handleRotateEvent() 2042 boolean clockwise, int rotationCount) { in injectScrollEvent() argument 2044 if (rotationCount > 1) { in injectScrollEvent() 2075 injectMotionEvent(displayId, axis, clockwise ? -rotationCount : rotationCount, in injectScrollEvent()
|
H A D | Navigator.java | 165 @NonNull AccessibilityNodeInfo sourceNode, int direction, int rotationCount) { in findRotateTarget() argument 170 while (advancedCount < rotationCount) { in findRotateTarget()
|