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