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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DCellLayout.java492 final int cellHeight = mCellHeight;
501 - (cellHeight * longAxisCells);
517 - (cellHeight * shortAxisCells);
532 lp.setup(cellWidth, cellHeight, mWidthGap, mHeightGap, shortAxisStartPadding,
535 lp.setup(cellWidth, cellHeight, mWidthGap, mHeightGap, longAxisStartPadding,
717 final int cellHeight = mCellHeight;
725 int height = cellVSpan * cellHeight + ((cellVSpan - 1) * heightGap);
728 int y = vStartPadding + cellY * (cellHeight + heightGap);
916 public void setup(int cellWidth, int cellHeight, int widthGap, int heightGap, argument
926 height = myCellVSpan * cellHeight
[all...]

Completed in 26 milliseconds