• Home
  • Raw
  • Download

Lines Matching refs:layout

455         final CellLayout layout = (CellLayout) parent.getParent();  in handleHotseatButtonKeyEvent()  local
466 ArrayList<View> views = getCellLayoutChildrenSortedSpatially(layout, parent); in handleHotseatButtonKeyEvent()
478 ArrayList<View> views = getCellLayoutChildrenSortedSpatially(layout, parent); in handleHotseatButtonKeyEvent()
496 final View newIcon = getIconInDirection(layout, children, -1, 1); in handleHotseatButtonKeyEvent()
530 private static ArrayList<View> getCellLayoutChildrenSortedSpatially(CellLayout layout, in getCellLayoutChildrenSortedSpatially() argument
533 final int cellCountX = layout.getCountX(); in getCellLayoutChildrenSortedSpatially()
570 private static View getIconInDirection(CellLayout layout, ViewGroup parent, int i, in getIconInDirection() argument
572 final ArrayList<View> views = getCellLayoutChildrenSortedSpatially(layout, parent); in getIconInDirection()
575 private static View getIconInDirection(CellLayout layout, ViewGroup parent, View v, in getIconInDirection() argument
577 final ArrayList<View> views = getCellLayoutChildrenSortedSpatially(layout, parent); in getIconInDirection()
586 private static View getClosestIconOnLine(CellLayout layout, ViewGroup parent, View v, in getClosestIconOnLine() argument
588 final ArrayList<View> views = getCellLayoutChildrenSortedSpatially(layout, parent); in getClosestIconOnLine()
590 final int cellCountY = layout.getCountY(); in getClosestIconOnLine()
629 final CellLayout layout = (CellLayout) parent.getParent(); in handleIconKeyEvent() local
630 final Workspace workspace = (Workspace) layout.getParent(); in handleIconKeyEvent()
634 int pageIndex = workspace.indexOfChild(layout); in handleIconKeyEvent()
644 View newIcon = getIconInDirection(layout, parent, v, -1); in handleIconKeyEvent()
651 newIcon = getIconInDirection(layout, parent, in handleIconKeyEvent()
668 View newIcon = getIconInDirection(layout, parent, v, 1); in handleIconKeyEvent()
675 newIcon = getIconInDirection(layout, parent, -1, 1); in handleIconKeyEvent()
691 View newIcon = getClosestIconOnLine(layout, parent, v, -1); in handleIconKeyEvent()
704 View newIcon = getClosestIconOnLine(layout, parent, v, 1); in handleIconKeyEvent()
721 View newIcon = getIconInDirection(layout, parent, -1, 1); in handleIconKeyEvent()
730 View newIcon = getIconInDirection(layout, parent, -1, 1); in handleIconKeyEvent()
745 View newIcon = getIconInDirection(layout, parent, -1, 1); in handleIconKeyEvent()
754 View newIcon = getIconInDirection(layout, parent, in handleIconKeyEvent()
767 View newIcon = getIconInDirection(layout, parent, -1, 1); in handleIconKeyEvent()
778 View newIcon = getIconInDirection(layout, parent, in handleIconKeyEvent()
797 final CellLayout layout = (CellLayout) parent.getParent(); in handleFolderKeyEvent() local
798 final ScrollView scrollView = (ScrollView) layout.getParent(); in handleFolderKeyEvent()
809 View newIcon = getIconInDirection(layout, parent, v, -1); in handleFolderKeyEvent()
820 View newIcon = getIconInDirection(layout, parent, v, 1); in handleFolderKeyEvent()
833 View newIcon = getClosestIconOnLine(layout, parent, v, -1); in handleFolderKeyEvent()
844 View newIcon = getClosestIconOnLine(layout, parent, v, 1); in handleFolderKeyEvent()
857 View newIcon = getIconInDirection(layout, parent, -1, 1); in handleFolderKeyEvent()
868 View newIcon = getIconInDirection(layout, parent, in handleFolderKeyEvent()