Home
last modified time | relevance | path

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

/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DRotaryService.java392 private AfterScrollAction mAfterScrollAction = AfterScrollAction.NONE; field in RotaryService
1167 if (mAfterScrollAction == AfterScrollAction.NONE in handleViewScrolledEvent()
1174 switch (mAfterScrollAction) { in handleViewScrolledEvent()
1182 mAfterScrollAction == AfterScrollAction.FOCUS_PREVIOUS in handleViewScrolledEvent()
1189 + (mAfterScrollAction == AfterScrollAction.FOCUS_PREVIOUS in handleViewScrolledEvent()
1193 mAfterScrollAction = AfterScrollAction.NONE; in handleViewScrolledEvent()
1201 mAfterScrollAction == AfterScrollAction.FOCUS_FIRST in handleViewScrolledEvent()
1208 + (mAfterScrollAction == AfterScrollAction.FOCUS_FIRST ? "first" : "last") in handleViewScrolledEvent()
1211 mAfterScrollAction = AfterScrollAction.NONE; in handleViewScrolledEvent()
1218 "Unknown after scroll action: " + mAfterScrollAction); in handleViewScrolledEvent()
[all …]