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

/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DFocusLogic.java561 * @return the view adjacent to {@param oldView} in the {@param nextPage} of the folder.
564 ShortcutAndWidgetContainer nextPage, View oldView, int edgeColumn) {
567 int column = (edgeColumn == NEXT_PAGE_LEFT_COLUMN) ^ nextPage.invertLayoutHorizontally()
568 ? 0 : (((CellLayout) nextPage.getParent()).getCountX() - 1);
572 View newView = nextPage.getChildAt(column, row);
563 getAdjacentChildInNextFolderPage( ShortcutAndWidgetContainer nextPage, View oldView, int edgeColumn) argument

Completed in 88 milliseconds