Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/RotaryController/src/com/android/car/rotary/
H A DRotaryService.java1881 int remainingRotationCount = rotationCount; in handleRotateEvent() local
1887 remainingRotationCount -= result.advancedCount; in handleRotateEvent()
1902 if (remainingRotationCount > 0 && isInFocusedWindow(mFocusedNode)) { in handleRotateEvent()
1906 injectScrollEvent(scrollableContainer, clockwise, remainingRotationCount); in handleRotateEvent()