Lines Matching refs:CellLayout
544 final CellLayout layout = (CellLayout) workspace.getChildAt(pageIndex); in handleHotseatButtonKeyEvent()
576 private static ArrayList<View> getCellLayoutChildrenSortedSpatially(CellLayout layout, in getCellLayoutChildrenSortedSpatially()
588 CellLayout.LayoutParams llp = (CellLayout.LayoutParams) lhs.getLayoutParams(); in getCellLayoutChildrenSortedSpatially()
589 CellLayout.LayoutParams rlp = (CellLayout.LayoutParams) rhs.getLayoutParams(); in getCellLayoutChildrenSortedSpatially()
616 private static View getIconInDirection(CellLayout layout, ViewGroup parent, int i, in getIconInDirection()
621 private static View getIconInDirection(CellLayout layout, ViewGroup parent, View v, in getIconInDirection()
632 private static View getClosestIconOnLine(CellLayout layout, ViewGroup parent, View v, in getClosestIconOnLine()
635 final CellLayout.LayoutParams lp = (CellLayout.LayoutParams) v.getLayoutParams(); in getClosestIconOnLine()
647 CellLayout.LayoutParams tmpLp = (CellLayout.LayoutParams) newV.getLayoutParams(); in getClosestIconOnLine()
676 final CellLayout layout = (CellLayout) parent.getParent(); in handleIconKeyEvent()
831 final CellLayout layout = (CellLayout) parent.getParent(); in handleFolderKeyEvent()