Home
last modified time | relevance | path

Searched refs:cpoint1X (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DTaskStackLayoutAlgorithm.java1149 float cpoint1X = 0.4f; in constructUnfocusedCurve() local
1152 float slope = ((1f - topPeekHeightPct) - cpoint1Y) / (0.5f - cpoint1X); in constructUnfocusedCurve()
1153 float b = 1f - slope * cpoint1X; in constructUnfocusedCurve()
1158 p.cubicTo(0f, 1f, cpoint1X, cpoint1Y, 0.5f, 1f - topPeekHeightPct); in constructUnfocusedCurve()