Searched refs:rotationCount (Results 1 – 2 of 2) sorted by relevance
1729 int rotationCount = getRotateAcceleration(count, eventTime); in handleRotateEvent() local1745 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() argument1903 if (rotationCount > 1) { in injectScrollEvent()1932 injectMotionEvent(displayId, axis, clockwise ? -rotationCount : rotationCount); in injectScrollEvent()
146 @NonNull AccessibilityNodeInfo sourceNode, int direction, int rotationCount) { in findRotateTarget() argument151 while (advancedCount < rotationCount) { in findRotateTarget()