Searched refs:intermediateHeight (Results 1 – 1 of 1) sorted by relevance
1227 final float intermediateHeight = mMaximumPortraitHeaderHeight in calculateHeightRatioToBlendingStartHeight() local1229 final float interpolatingHeightRange = intermediateHeight - mMinimumPortraitHeaderHeight; in calculateHeightRatioToBlendingStartHeight()1230 if (height > intermediateHeight) { in calculateHeightRatioToBlendingStartHeight()1233 return (intermediateHeight - height) / interpolatingHeightRange; in calculateHeightRatioToBlendingStartHeight()