Lines Matching refs:mHeightGap

74     private int mHeightGap;  field in CellLayout
192mHeightGap = mOriginalHeightGap = a.getDimensionPixelSize(R.styleable.CellLayout_heightGap, 0); in CellLayout()
286 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mWidthGap, mHeightGap, in CellLayout()
336 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mWidthGap, mHeightGap, in setGridSize()
811 result[1] = (y - vStartPadding) / (mCellHeight + mHeightGap); in pointToCellExact()
845 result[1] = vStartPadding + cellY * (mCellHeight + mHeightGap); in cellToPoint()
873 result[1] = vStartPadding + cellY * (mCellHeight + mHeightGap) + in regionToCenterPoint()
874 (spanY * mCellHeight + (spanY - 1) * mHeightGap) / 2; in regionToCenterPoint()
888 final int top = vStartPadding + cellY * (mCellHeight + mHeightGap); in regionToRect()
890 top + (spanY * mCellHeight + (spanY - 1) * mHeightGap)); in regionToRect()
913 return mHeightGap; in getHeightGap()
996 mHeightGap = Math.min(mMaxGap,numHeightGaps > 0 ? (vFreeSpace / numHeightGaps) : 0); in onMeasure()
997 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mWidthGap, mHeightGap, in onMeasure()
1001 mHeightGap = mOriginalHeightGap; in onMeasure()
1011 ((mCountY - 1) * mHeightGap); in onMeasure()
1259 top += ((mCellHeight * spanY) + ((spanY - 1) * mHeightGap) in visualizeDropLocation()
1384 pixelY -= (mCellHeight + mHeightGap) * (spanY - 1) / 2f; in findNearestArea()
2968 final int heightGap = mHeightGap; in cellToRect()
3016 size[1] = vSpans * mCellHeight + (vSpans - 1) * mHeightGap; in cellSpansToSize()
3129 (Math.max((mCountY - 1), 0) * mHeightGap); in getDesiredHeight()