Searched refs:mCellSpacing (Results 1 – 1 of 1) sorted by relevance
84 mCellSpacing = dpToPx(intercellSpacing, metrics); in LayoutSpec()88 int mCellSpacing; field in GridViewSpecial.LayoutSpec216 / (mSpec.mCellWidth + mSpec.mCellSpacing); in onLayout()219 - ((mColumns - 1) * mSpec.mCellSpacing) in onLayout()223 mBlockHeight = mSpec.mCellSpacing + mSpec.mCellHeight; in onLayout()224 mMaxScrollY = mSpec.mCellSpacing + (mRows * mBlockHeight) in onLayout()291 int startRow = (mScrollY - mSpec.mCellSpacing) / mBlockHeight; in moveDataWindow()292 int endRow = (mScrollY + getHeight() - mSpec.mCellSpacing - 1) in moveDataWindow()507 + (col * (mSpec.mCellWidth + mSpec.mCellSpacing)); in getRectForPosition()511 left + mSpec.mCellWidth + mSpec.mCellSpacing, in getRectForPosition()[all …]