Home | History | Annotate | Download | only in launcher3

Lines Matching refs:layout

247         final CellLayout layout = (CellLayout) parent.getParent();
258 ArrayList<View> views = getCellLayoutChildrenSortedSpatially(layout, parent);
270 ArrayList<View> views = getCellLayoutChildrenSortedSpatially(layout, parent);
288 final View newIcon = getIconInDirection(layout, children, -1, 1);
322 private static ArrayList<View> getCellLayoutChildrenSortedSpatially(CellLayout layout,
325 final int cellCountX = layout.getCountX();
362 private static View getIconInDirection(CellLayout layout, ViewGroup parent, int i,
364 final ArrayList<View> views = getCellLayoutChildrenSortedSpatially(layout, parent);
367 layout, ViewGroup parent, View v,
369 final ArrayList<View> views = getCellLayoutChildrenSortedSpatially(layout, parent);
378 private static View getClosestIconOnLine(CellLayout layout, ViewGroup parent, View v,
380 final ArrayList<View> views = getCellLayoutChildrenSortedSpatially(layout, parent);
382 final int cellCountY = layout.getCountY();
421 final CellLayout layout = (CellLayout) parent.getParent();
422 final Workspace workspace = (Workspace) layout.getParent();
426 int pageIndex = workspace.indexOfChild(layout);
436 View newIcon = getIconInDirection(layout, parent, v, -1);
443 newIcon = getIconInDirection(layout, parent,
460 View newIcon = getIconInDirection(layout, parent, v, 1);
467 newIcon = getIconInDirection(layout, parent, -1, 1);
483 View newIcon = getClosestIconOnLine(layout, parent, v, -1);
496 View newIcon = getClosestIconOnLine(layout, parent, v, 1);
513 View newIcon = getIconInDirection(layout, parent, -1, 1);
522 View newIcon = getIconInDirection(layout, parent, -1, 1);
537 View newIcon = getIconInDirection(layout, parent, -1, 1);
546 View newIcon = getIconInDirection(layout, parent,
559 View newIcon = getIconInDirection(layout, parent, -1, 1);
570 View newIcon = getIconInDirection(layout, parent,
589 final CellLayout layout = (CellLayout) parent.getParent();
590 final ScrollView scrollView = (ScrollView) layout.getParent();
601 View newIcon = getIconInDirection(layout, parent, v, -1);
612 View newIcon = getIconInDirection(layout, parent, v, 1);
625 View newIcon = getClosestIconOnLine(layout, parent, v, -1);
636 View newIcon = getClosestIconOnLine(layout, parent, v, 1);
649 View newIcon = getIconInDirection(layout, parent, -1, 1);
660 View newIcon = getIconInDirection(layout, parent,