Lines Matching refs:mCellHeight
39 private int mCellHeight; field in PagedViewCellLayout
63 mOriginalCellHeight = mCellHeight = grid.cellHeightPx; in PagedViewCellLayout()
69 mChildren.setCellDimensions(mCellWidth, mCellHeight); in PagedViewCellLayout()
80 return mCellHeight; in getCellHeight()
198 newHeight = getPaddingTop() + getPaddingBottom() + (mCellCountY * mCellHeight) + in onMeasure()
224 return mCellCountY * mCellHeight + (mCellCountY - 1) * Math.max(0, mHeightGap); in getContentHeight()
257 bottom += mCellHeight / 2; in onTouchEvent()
288 int smallerSize = Math.min(mCellWidth, mCellHeight); in getCellCountForDimensions()
331 int n = Math.max(1, (availHeight + mHeightGap) / (mCellHeight + mHeightGap)); in estimateCellVSpan()
341 getPaddingTop() + (y * mCellHeight) + (y * mHeightGap) + (mCellHeight / 2) in estimateCellPosition()
364 return vSpan * mCellHeight; in estimateCellHeight()