Home | History | Annotate | Download | only in launcher3

Lines Matching defs:cellLayout

138         final ViewGroup cellLayout = (ViewGroup) cellLayoutChildren.getParent();
139 final Workspace workspace = (Workspace) cellLayout.getParent();
198 @Thunk CellLayout mCellLayout;
305 public void setCellLayout(CellLayout layout) {
344 CellLayout.LayoutParams lp = (CellLayout.LayoutParams) getLayoutParams();
345 CellLayout layout = (CellLayout) getParent().getParent();
437 // Set cellLayout and this to it's final state to compute final animation locations
438 workspace.setFinalTransitionTransform((CellLayout) getParent().getParent());
447 workspace.resetTransitionTransform((CellLayout) getParent().getParent());