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

/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);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DFocusHelper.java258 ArrayList<View> views = getCellLayoutChildrenSortedSpatially(layout, parent);
270 ArrayList<View> views = getCellLayoutChildrenSortedSpatially(layout, parent);
322 private static ArrayList<View> getCellLayoutChildrenSortedSpatially(CellLayout layout, method in class:FocusHelper
364 final ArrayList<View> views = getCellLayoutChildrenSortedSpatially(layout, parent);
369 final ArrayList<View> views = getCellLayoutChildrenSortedSpatially(layout, parent);
380 final ArrayList<View> views = getCellLayoutChildrenSortedSpatially(layout, parent);

Completed in 80 milliseconds