Searched refs:endY1 (Results 1 – 2 of 2) sorted by relevance
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/ |
D | DotsPageIndicator.java | 111 float endY1; field in DotsPageIndicator 424 endY1 = dotCenterY; in getUnselectedPath() 428 controlY2 = endY1 - halfDotRadius; in getUnselectedPath() 429 unselectedDotLeftPath.cubicTo(controlX1, controlY1, controlX2, controlY2, endX1, endY1); in getUnselectedPath() 435 controlY1 = endY1 + halfDotRadius; in getUnselectedPath() 455 endY1 = dotCenterY; in getUnselectedPath() 459 controlY2 = endY1 - halfDotRadius; in getUnselectedPath() 460 … unselectedDotRightPath.cubicTo(controlX1, controlY1, controlX2, controlY2, endX1, endY1); in getUnselectedPath() 466 controlY1 = endY1 + halfDotRadius; in getUnselectedPath() 486 endY1 = dotCenterY - (joiningFraction * dotRadius); in getUnselectedPath() [all …]
|
/packages/apps/Settings/src/com/android/settings/widget/ |
D | DotsPageIndicator.java | 111 float endY1; field in DotsPageIndicator 424 endY1 = dotCenterY; in getUnselectedPath() 428 controlY2 = endY1 - halfDotRadius; in getUnselectedPath() 429 unselectedDotLeftPath.cubicTo(controlX1, controlY1, controlX2, controlY2, endX1, endY1); in getUnselectedPath() 435 controlY1 = endY1 + halfDotRadius; in getUnselectedPath() 455 endY1 = dotCenterY; in getUnselectedPath() 459 controlY2 = endY1 - halfDotRadius; in getUnselectedPath() 460 … unselectedDotRightPath.cubicTo(controlX1, controlY1, controlX2, controlY2, endX1, endY1); in getUnselectedPath() 466 controlY1 = endY1 + halfDotRadius; in getUnselectedPath() 486 endY1 = dotCenterY - (joiningFraction * dotRadius); in getUnselectedPath() [all …]
|