Home
last modified time | relevance | path

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

/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/recyclerview/
DAppGridAdapter.java335 public int getNextRotaryFocus(int focusedGridPosition, int direction) { in getNextRotaryFocus() argument
336 int targetAdapterIndex = mIndexingHelper.gridPositionToAdaptorIndex(focusedGridPosition) in getNextRotaryFocus()
339 return focusedGridPosition; in getNextRotaryFocus()