Home | History | Annotate | Download | only in launcher3

Lines Matching refs:heightGap

819      * widthGap/heightGap (right, bottom) */
2881 final int heightGap = mHeightGap;
2887 int height = cellVSpan * cellHeight + ((cellVSpan - 1) * heightGap);
2890 int y = vStartPadding + cellY * (cellHeight + heightGap);
3176 public void setup(int cellWidth, int cellHeight, int widthGap, int heightGap,
3190 height = myCellVSpan * cellHeight + ((myCellVSpan - 1) * heightGap) -
3193 y = (int) (myCellY * (cellHeight + heightGap) + topMargin);