Lines Matching defs:layout

534                     final CellLayout layout = (CellLayout) workspace.getChildAt(pageIndex);
535 final ShortcutAndWidgetContainer children = layout.getShortcutsAndWidgets();
536 final View newIcon = getIconInDirection(layout, children, -1, 1);
567 private static ArrayList<View> getCellLayoutChildrenSortedSpatially(CellLayout layout,
570 final int cellCountX = layout.getCountX();
607 private static View getIconInDirection(CellLayout layout, ViewGroup parent, int i,
609 final ArrayList<View> views = getCellLayoutChildrenSortedSpatially(layout, parent);
612 private static View getIconInDirection(CellLayout layout, ViewGroup parent, View v,
614 final ArrayList<View> views = getCellLayoutChildrenSortedSpatially(layout, parent);
623 private static View getClosestIconOnLine(CellLayout layout, ViewGroup parent, View v,
625 final ArrayList<View> views = getCellLayoutChildrenSortedSpatially(layout, parent);
627 final int cellCountY = layout.getCountY();
666 final CellLayout layout = (CellLayout) parent.getParent();
667 final Workspace workspace = (Workspace) layout.getParent();
671 int pageIndex = workspace.indexOfChild(layout);
681 View newIcon = getIconInDirection(layout, parent, v, -1);
687 newIcon = getIconInDirection(layout, parent,
703 View newIcon = getIconInDirection(layout, parent, v, 1);
709 newIcon = getIconInDirection(layout, parent, -1, 1);
724 View newIcon = getClosestIconOnLine(layout, parent, v, -1);
736 View newIcon = getClosestIconOnLine(layout, parent, v, 1);
751 View newIcon = getIconInDirection(layout, parent, -1, 1);
759 View newIcon = getIconInDirection(layout, parent, -1, 1);
773 View newIcon = getIconInDirection(layout, parent, -1, 1);
781 View newIcon = getIconInDirection(layout, parent,
793 View newIcon = getIconInDirection(layout, parent, -1, 1);
803 View newIcon = getIconInDirection(layout, parent,
821 final CellLayout layout = (CellLayout) parent.getParent();
822 final Folder folder = (Folder) layout.getParent();
832 View newIcon = getIconInDirection(layout, parent, v, -1);
842 View newIcon = getIconInDirection(layout, parent, v, 1);
854 View newIcon = getClosestIconOnLine(layout, parent, v, -1);
864 View newIcon = getClosestIconOnLine(layout, parent, v, 1);
876 View newIcon = getIconInDirection(layout, parent, -1, 1);
886 View newIcon = getIconInDirection(layout, parent,