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.java357 public int getNextRotaryFocus(int focusedGridPosition, int direction) { in getNextRotaryFocus() argument
358 int targetAdapterIndex = mIndexingHelper.gridPositionToAdaptorIndex(focusedGridPosition) in getNextRotaryFocus()
361 return focusedGridPosition; in getNextRotaryFocus()