Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DPagedView.java974 int closestNeighbourIndex = -1; in dispatchUnhandledMove() local
981 closestNeighbourIndex = neighbourPageIndex; in dispatchUnhandledMove()
984 if (closestNeighbourIndex != -1) { in dispatchUnhandledMove()
985 View page = getPageAt(closestNeighbourIndex); in dispatchUnhandledMove()
986 snapToPage(closestNeighbourIndex); in dispatchUnhandledMove()