Lines Matching refs:mHeightGap
72 private int mHeightGap; field in CellLayout
197 mHeightGap = mOriginalHeightGap = 0; in CellLayout()
288 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mWidthGap, mHeightGap, in CellLayout()
312 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mWidthGap, mHeightGap, in setCellDimensions()
322 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mWidthGap, mHeightGap, in setGridSize()
701 result[1] = (y - vStartPadding) / (mCellHeight + mHeightGap); in pointToCellExact()
735 result[1] = vStartPadding + cellY * (mCellHeight + mHeightGap); in cellToPoint()
763 result[1] = vStartPadding + cellY * (mCellHeight + mHeightGap) + in regionToCenterPoint()
764 (spanY * mCellHeight + (spanY - 1) * mHeightGap) / 2; in regionToCenterPoint()
778 final int top = vStartPadding + cellY * (mCellHeight + mHeightGap); in regionToRect()
780 top + (spanY * mCellHeight + (spanY - 1) * mHeightGap)); in regionToRect()
803 return mHeightGap; in getHeightGap()
851 mHeightGap, mCountX, mCountY); in onMeasure()
873 mHeightGap = Math.min(mMaxGap,numHeightGaps > 0 ? (vFreeSpace / numHeightGaps) : 0); in onMeasure()
875 mHeightGap, mCountX, mCountY); in onMeasure()
878 mHeightGap = mOriginalHeightGap; in onMeasure()
1133 top += ((mCellHeight * spanY) + ((spanY - 1) * mHeightGap) in visualizeDropLocation()
1258 pixelY -= (mCellHeight + mHeightGap) * (spanY - 1) / 2f; in findNearestArea()
2881 final int heightGap = mHeightGap; in cellToRect()
2932 size[1] = vSpans * mCellHeight + (vSpans - 1) * mHeightGap; in cellSpansToSize()
3045 (Math.max((mCountY - 1), 0) * mHeightGap); in getDesiredHeight()