Home | History | Annotate | Download | only in launcher3

Lines Matching refs:CellLayout

86             final CellLayout cellLayout = (CellLayout) itemContainer.getParent();
87 final int countX = cellLayout.getCountX();
88 final int countY = cellLayout.getCountY();
91 final FolderPagedView pagedView = (FolderPagedView) cellLayout.getParent();
93 final int pageIndex = pagedView.indexOfChild(cellLayout);
97 int[][] matrix = FocusLogic.createSparseMatrix(cellLayout);
113 int row = ((CellLayout.LayoutParams) v.getLayoutParams()).cellY;
150 child = cellLayout.getChildAt(0, 0);
198 final CellLayout hotseatLayout = (CellLayout) hotseatParent.getParent();
207 int iconRank = ((CellLayout.LayoutParams) hotseatLayout.getShortcutsAndWidgets()
210 final CellLayout iconLayout = (CellLayout) workspace.getChildAt(pageIndex);
298 CellLayout iconLayout = (CellLayout) parent.getParent();
310 CellLayout hotseatLayout = (CellLayout) hotseat.getChildAt(0);
351 int row = ((CellLayout.LayoutParams) v.getLayoutParams()).cellY;
356 iconLayout = (CellLayout) parent.getParent();
387 row = ((CellLayout.LayoutParams) v.getLayoutParams()).cellY;
391 iconLayout = (CellLayout) parent.getParent();
427 * Private helper method to get the CellLayoutChildren given a CellLayout index.
431 CellLayout parent = (CellLayout) container.getChildAt(i);