Home | History | Annotate | Download | only in launcher2

Lines Matching refs:CellLayout

534                     final CellLayout layout = (CellLayout) workspace.getChildAt(pageIndex);
555 * Private helper method to get the CellLayoutChildren given a CellLayout index.
564 * Private helper method to sort all the CellLayout children in order of their (x,y) spatially
567 private static ArrayList<View> getCellLayoutChildrenSortedSpatially(CellLayout layout,
569 // First we order each the CellLayout children by their x,y coordinates
579 CellLayout.LayoutParams llp = (CellLayout.LayoutParams) lhs.getLayoutParams();
580 CellLayout.LayoutParams rlp = (CellLayout.LayoutParams) rhs.getLayoutParams();
607 private static View getIconInDirection(CellLayout layout, ViewGroup parent, int i,
612 private static View getIconInDirection(CellLayout layout, ViewGroup parent, View v,
623 private static View getClosestIconOnLine(CellLayout layout, ViewGroup parent, View v,
626 final CellLayout.LayoutParams lp = (CellLayout.LayoutParams) v.getLayoutParams();
637 CellLayout.LayoutParams tmpLp = (CellLayout.LayoutParams) newV.getLayoutParams();
666 final CellLayout layout = (CellLayout) parent.getParent();
821 final CellLayout layout = (CellLayout) parent.getParent();