Lines Matching refs:mCellHeight
42 private int mCellHeight; field in PagedViewCellLayout
67 mOriginalCellHeight = mCellHeight = in PagedViewCellLayout()
75 mChildren.setCellDimensions(mCellWidth, mCellHeight); in PagedViewCellLayout()
86 return mCellHeight; in getCellHeight()
204 newHeight = getPaddingTop() + getPaddingBottom() + (mCellCountY * mCellHeight) + in onMeasure()
230 return mCellCountY * mCellHeight + (mCellCountY - 1) * Math.max(0, mHeightGap); in getContentHeight()
263 bottom += mCellHeight / 2; in onTouchEvent()
294 int smallerSize = Math.min(mCellWidth, mCellHeight); in getCellCountForDimensions()
337 int n = Math.max(1, (availHeight + mHeightGap) / (mCellHeight + mHeightGap)); in estimateCellVSpan()
347 getPaddingTop() + (y * mCellHeight) + (y * mHeightGap) + (mCellHeight / 2) in estimateCellPosition()
370 return vSpan * mCellHeight; in estimateCellHeight()