Home | History | Annotate | Download | only in launcher2

Lines Matching refs:cellLayout

106         final ViewGroup cellLayout = (ViewGroup) cellLayoutChildren.getParent();
107 final Workspace workspace = (Workspace) cellLayout.getParent();
154 private CellLayout mCellLayout;
255 public void setCellLayout(CellLayout layout) {
287 CellLayout.LayoutParams lp = (CellLayout.LayoutParams) getLayoutParams();
288 CellLayout layout = (CellLayout) getParent().getParent();
340 // Set cellLayout and this to it's final state to compute final animation locations
341 workspace.setFinalTransitionTransform((CellLayout) getParent().getParent());
350 workspace.resetTransitionTransform((CellLayout) getParent().getParent());