Searched defs:nextPage (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DFocusLogic.java488 * @return the view adjacent to {@param oldView} in the {@param nextPage}.
491 ShortcutAndWidgetContainer nextPage, View oldView, int edgeColumn) {
494 int column = (edgeColumn == NEXT_PAGE_LEFT_COLUMN) ^ nextPage.invertLayoutHorizontally()
495 ? 0 : (((CellLayout) nextPage.getParent()).getCountX() - 1);
499 View newView = nextPage.getChildAt(column, row);
490 getAdjacentChildInNextPage( ShortcutAndWidgetContainer nextPage, View oldView, int edgeColumn) argument

Completed in 725 milliseconds