Lines Matching refs:mHeightGap
43 private int mHeightGap; field in PagedViewCellLayout
66 mOriginalWidthGap = mOriginalHeightGap = mWidthGap = mHeightGap = -1; in PagedViewCellLayout()
70 mChildren.setGap(mWidthGap, mHeightGap); in PagedViewCellLayout()
184 mHeightGap = numHeightGaps > 0 ? (vFreeSpace / numHeightGaps) : 0; in onMeasure()
186 mChildren.setGap(mWidthGap, mHeightGap); in onMeasure()
189 mHeightGap = mOriginalHeightGap; in onMeasure()
199 ((mCellCountY - 1) * mHeightGap); in onMeasure()
224 return mCellCountY * mCellHeight + (mCellCountY - 1) * Math.max(0, mHeightGap); in getContentHeight()
281 mOriginalHeightGap = mHeightGap = heightGap; in setGap()
331 int n = Math.max(1, (availHeight + mHeightGap) / (mCellHeight + mHeightGap)); in estimateCellVSpan()
341 getPaddingTop() + (y * mCellHeight) + (y * mHeightGap) + (mCellHeight / 2) in estimateCellPosition()