Searched refs:rotationCount (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Car/RotaryController/src/com/android/car/rotary/ |
D | RotaryService.java | 1967 int rotationCount = getRotateAcceleration(count, eventTime); in handleRotateEvent() local 1970 injectMotionEvent(DEFAULT_DISPLAY, clockwise ? rotationCount : -rotationCount); in handleRotateEvent() 1990 injectMotionEvent(displayId, clockwise ? rotationCount : -rotationCount); in handleRotateEvent() 1996 int remainingRotationCount = rotationCount; in handleRotateEvent() 1999 mNavigator.findRotateTarget(mFocusedNode, direction, rotationCount); in handleRotateEvent() 2174 boolean clockwise, int rotationCount) { in injectScrollEvent() argument 2176 if (rotationCount > 1) { in injectScrollEvent() 2207 injectMotionEvent(displayId, axis, clockwise ? -rotationCount : rotationCount, in injectScrollEvent()
|
D | Navigator.java | 165 @NonNull AccessibilityNodeInfo sourceNode, int direction, int rotationCount) { in findRotateTarget() argument 170 while (advancedCount < rotationCount) { in findRotateTarget()
|