Searched refs:getCellLayoutChildrenSortedSpatially (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DFocusHelper.java466 ArrayList<View> views = getCellLayoutChildrenSortedSpatially(layout, parent);
478 ArrayList<View> views = getCellLayoutChildrenSortedSpatially(layout, parent);
530 private static ArrayList<View> getCellLayoutChildrenSortedSpatially(CellLayout layout, method in class:FocusHelper
572 final ArrayList<View> views = getCellLayoutChildrenSortedSpatially(layout, parent);
577 final ArrayList<View> views = getCellLayoutChildrenSortedSpatially(layout, parent);
588 final ArrayList<View> views = getCellLayoutChildrenSortedSpatially(layout, parent);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DFocusHelper.java567 private static ArrayList<View> getCellLayoutChildrenSortedSpatially(CellLayout layout, method in class:FocusHelper
609 final ArrayList<View> views = getCellLayoutChildrenSortedSpatially(layout, parent);
614 final ArrayList<View> views = getCellLayoutChildrenSortedSpatially(layout, parent);
625 final ArrayList<View> views = getCellLayoutChildrenSortedSpatially(layout, parent);

Completed in 25 milliseconds