Lines Matching full:layout
536 final CellLayout layout = (CellLayout) workspace.getChildAt(pageIndex);
537 final CellLayoutChildren children = layout.getChildrenLayout();
538 final View newIcon = getIconInDirection(layout, children, -1, 1);
568 private static ArrayList<View> getCellLayoutChildrenSortedSpatially(CellLayout layout,
571 final int cellCountX = layout.getCountX();
608 private static View getIconInDirection(CellLayout layout, ViewGroup parent, int i,
610 final ArrayList<View> views = getCellLayoutChildrenSortedSpatially(layout, parent);
613 private static View getIconInDirection(CellLayout layout, ViewGroup parent, View v,
615 final ArrayList<View> views = getCellLayoutChildrenSortedSpatially(layout, parent);
624 private static View getClosestIconOnLine(CellLayout layout, ViewGroup parent, View v,
626 final ArrayList<View> views = getCellLayoutChildrenSortedSpatially(layout, parent);
628 final int cellCountX = layout.getCountX();
629 final int cellCountY = layout.getCountY();
668 final CellLayout layout = (CellLayout) parent.getParent();
669 final Workspace workspace = (Workspace) layout.getParent();
673 int pageIndex = workspace.indexOfChild(layout);
683 View newIcon = getIconInDirection(layout, parent, v, -1);
689 newIcon = getIconInDirection(layout, parent,
705 View newIcon = getIconInDirection(layout, parent, v, 1);
711 newIcon = getIconInDirection(layout, parent, -1, 1);
726 View newIcon = getClosestIconOnLine(layout, parent, v, -1);
738 View newIcon = getClosestIconOnLine(layout, parent, v, 1);
753 View newIcon = getIconInDirection(layout, parent, -1, 1);
761 View newIcon = getIconInDirection(layout, parent, -1, 1);
775 View newIcon = getIconInDirection(layout, parent, -1, 1);
783 View newIcon = getIconInDirection(layout, parent,
795 View newIcon = getIconInDirection(layout, parent, -1, 1);
805 View newIcon = getIconInDirection(layout, parent,
823 final CellLayout layout = (CellLayout) parent.getParent();
824 final Folder folder = (Folder) layout.getParent();
834 View newIcon = getIconInDirection(layout, parent, v, -1);
844 View newIcon = getIconInDirection(layout, parent, v, 1);
856 View newIcon = getClosestIconOnLine(layout, parent, v, -1);
866 View newIcon = getClosestIconOnLine(layout, parent, v, 1);
878 View newIcon = getIconInDirection(layout, parent, -1, 1);
888 View newIcon = getIconInDirection(layout, parent,