Searched defs:cellHeight (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DShortcutAndWidgetContainer.java47 public void setCellDimensions(int cellWidth, int cellHeight, int widthGap, int heightGap ) { argument
49 mCellHeight = cellHeight;
104 final int cellHeight = mCellHeight;
107 lp.setup(cellWidth, cellHeight, mWidthGap, mHeightGap);
H A DPagedViewCellLayout.java473 public void setup(int cellWidth, int cellHeight, int widthGap, int heightGap, argument
483 height = myCellVSpan * cellHeight + ((myCellVSpan - 1) * heightGap) -
488 y = vStartPadding + myCellY * (cellHeight + heightGap) + topMargin;
491 y = myCellY * (cellHeight + heightGap) + topMargin;
H A DAppsCustomizePagedView.java1151 int cellWidth, int cellHeight, int cellCountX) {
1169 AsyncTaskPageData pageData = new AsyncTaskPageData(page, widgets, cellWidth, cellHeight,
1402 final int cellHeight = ((contentHeight - mPageLayoutPaddingTop - mPageLayoutPaddingBottom
1457 lp.height = cellHeight;
1471 int maxPreviewHeight = cellHeight;
1150 prepareLoadWidgetPreviewsTask(int page, ArrayList<Object> widgets, int cellWidth, int cellHeight, int cellCountX) argument
H A DCellLayout.java302 int cellHeight = r.getDimensionPixelSize(R.dimen.workspace_cell_height);
306 return minGap * (numCells - 1) + cellHeight * numCells;
924 int cellHeight;
933 cellHeight = res.getDimensionPixelSize(R.dimen.workspace_cell_height_land);
943 cellHeight = res.getDimensionPixelSize(R.dimen.workspace_cell_height_port);
956 int vFreeSpace = vSpace - (countY * cellHeight);
960 metrics.set(cellWidth, cellHeight, widthGap, heightGap);
1180 // cellWidth/2 and cellHeight/2 when finding the matching cell
2744 final int cellHeight = mCellHeight;
2752 int height = cellVSpan * cellHeight
3033 setup(int cellWidth, int cellHeight, int widthGap, int heightGap) argument
[all...]

Completed in 67 milliseconds