Searched refs:intermediateHeight (Results 1 – 1 of 1) sorted by relevance
1204 final float intermediateHeight = mMaximumPortraitHeaderHeight in calculateHeightRatioToBlendingStartHeight() local1206 final float interpolatingHeightRange = intermediateHeight - mMinimumPortraitHeaderHeight; in calculateHeightRatioToBlendingStartHeight()1207 if (height > intermediateHeight) { in calculateHeightRatioToBlendingStartHeight()1210 return (intermediateHeight - height) / interpolatingHeightRange; in calculateHeightRatioToBlendingStartHeight()