Searched refs:mEstimatedCellHeight (Results 1 – 2 of 2) sorted by relevance
36 protected int mEstimatedCellHeight; field in TileLayout231 mEstimatedCellHeight = mTempTextView.getMeasuredHeight() * 2 + padding * 2; in estimateCellHeight()241 return Math.max(mResourceCellHeight, mEstimatedCellHeight); in getCellHeight()
215 mEstimatedCellHeight = mTempTextView.getMeasuredHeight() + padding * 2; in estimateCellHeight()