Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DPagedView.java353 private IntSet getNeighbourPageIndices(int focus) { in getNeighbourPageIndices() method in PagedView
977 for (int neighbourPageIndex : getNeighbourPageIndices(direction)) { in dispatchUnhandledMove()
1003 .addAll(getNeighbourPageIndices(direction)) in addFocusables()