Searched refs:cpoint2X (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
D | TaskStackLayoutAlgorithm.java | 1152 float cpoint2X = 0.65f; in constructUnfocusedCurve() local 1153 float cpoint2Y = slope * cpoint2X + b; in constructUnfocusedCurve() 1157 p.cubicTo(0.5f, 1f - topPeekHeightPct, cpoint2X, cpoint2Y, 1f, 0f); in constructUnfocusedCurve() 1180 float cpoint2X = focusX + (1f - focusX) / 2; in constructUnfocusedDimCurve() local 1186 p.cubicTo(cpoint2X, 0f, cpoint2X, MED_DIM, 1f, MED_DIM); in constructUnfocusedDimCurve()
|