Searched refs:estimatedTileViewHeight (Results 1 – 1 of 1) sorted by relevance
924 int estimatedTileViewHeight = mTempTextView.getMeasuredHeight() * 2 + padding * 2; in reloadTileHeight() local925 mMinTileViewHeight = Math.max(minHeight, estimatedTileViewHeight); in reloadTileHeight()