Searched refs:topPeekHeightPct (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/ |
D | TaskStackLayoutAlgorithm.java | 1125 float topPeekHeightPct = (float) mFocusedTopPeekHeight / mStackRect.height(); in constructFocusedCurve() local 1132 p.lineTo(0.5f, 1f - topPeekHeightPct); in constructFocusedCurve() 1151 float topPeekHeightPct = (float) mFocusedTopPeekHeight / mStackRect.height(); in constructUnfocusedCurve() local 1152 float slope = ((1f - topPeekHeightPct) - cpoint1Y) / (0.5f - cpoint1X); in constructUnfocusedCurve() 1158 p.cubicTo(0f, 1f, cpoint1X, cpoint1Y, 0.5f, 1f - topPeekHeightPct); in constructUnfocusedCurve() 1159 p.cubicTo(0.5f, 1f - topPeekHeightPct, cpoint2X, cpoint2Y, 1f, 0f); in constructUnfocusedCurve()
|