Searched refs:cellHeight (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DCellLayoutChildren.java49 public void setCellDimensions(int cellWidth, int cellHeight, int widthGap, int heightGap ) { argument
51 mCellHeight = cellHeight;
88 final int cellHeight = mCellHeight;
91 lp.setup(cellWidth, cellHeight, mWidthGap, mHeightGap);
H A DPagedViewCellLayout.java478 public void setup(int cellWidth, int cellHeight, int widthGap, int heightGap, argument
488 height = myCellVSpan * cellHeight + ((myCellVSpan - 1) * heightGap) -
493 y = vStartPadding + myCellY * (cellHeight + heightGap) + topMargin;
496 y = myCellY * (cellHeight + heightGap) + topMargin;
H A DCellLayout.java278 int cellHeight = r.getDimensionPixelSize(R.dimen.workspace_cell_height);
282 return minGap * (numCells - 1) + cellHeight * numCells;
1037 // cellWidth/2 and cellHeight/2 when finding the matching cell
1440 final int cellHeight = mCellHeight;
1448 int height = cellVSpan * cellHeight + ((cellVSpan - 1) * heightGap);
1451 int y = vStartPadding + cellY * (cellHeight + heightGap);
1751 public void setup(int cellWidth, int cellHeight, int widthGap, int heightGap) { argument
1760 height = myCellVSpan * cellHeight + ((myCellVSpan - 1) * heightGap) -
1763 y = myCellY * (cellHeight + heightGap) + topMargin;
H A DAppsCustomizePagedView.java832 int cellWidth, int cellHeight, int cellCountX) {
850 AsyncTaskPageData pageData = new AsyncTaskPageData(page, widgets, cellWidth, cellHeight,
1101 final int cellHeight = ((contentHeight - mPageLayoutPaddingTop - mPageLayoutPaddingBottom
1148 lp.height = cellHeight;
1162 int maxPreviewHeight = cellHeight;
831 prepareLoadWidgetPreviewsTask(int page, ArrayList<Object> widgets, int cellWidth, int cellHeight, int cellCountX) argument
/packages/apps/Calendar/src/com/android/calendar/
H A DDayView.java2992 int cellHeight = mCellHeight;
2996 selectionArea.top = top + mSelectionHour * (cellHeight + HOUR_GAP);
2997 selectionArea.bottom = selectionArea.top + cellHeight;

Completed in 521 milliseconds