Searched refs:getIconInDirection (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | FocusHelper.java | 536 final View newIcon = getIconInDirection(layout, children, -1, 1); in handleHotseatButtonKeyEvent() 607 private static View getIconInDirection(CellLayout layout, ViewGroup parent, int i, in getIconInDirection() method in FocusHelper 612 private static View getIconInDirection(CellLayout layout, ViewGroup parent, View v, in getIconInDirection() method in FocusHelper 681 View newIcon = getIconInDirection(layout, parent, v, -1); in handleIconKeyEvent() 687 newIcon = getIconInDirection(layout, parent, in handleIconKeyEvent() 703 View newIcon = getIconInDirection(layout, parent, v, 1); in handleIconKeyEvent() 709 newIcon = getIconInDirection(layout, parent, -1, 1); in handleIconKeyEvent() 751 View newIcon = getIconInDirection(layout, parent, -1, 1); in handleIconKeyEvent() 759 View newIcon = getIconInDirection(layout, parent, -1, 1); in handleIconKeyEvent() 773 View newIcon = getIconInDirection(layout, parent, -1, 1); in handleIconKeyEvent() [all …]
|