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