Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/widget/
DDotsPageIndicator.java112 float endX2; field in DotsPageIndicator
432 endX2 = centerX; in getUnselectedPath()
438 unselectedDotLeftPath.cubicTo(controlX1, controlY1, controlX2, controlY2, endX2, endY2); in getUnselectedPath()
463 endX2 = nextCenterX; in getUnselectedPath()
467 controlX2 = endX2 - halfDotRadius; in getUnselectedPath()
469 … unselectedDotRightPath.cubicTo(controlX1, controlY1, controlX2, controlY2, endX2, endY2); in getUnselectedPath()
494 endX2 = nextCenterX; in getUnselectedPath()
500 unselectedDotPath.cubicTo(controlX1, controlY1, controlX2, controlY2, endX2, endY2); in getUnselectedPath()
516 endX2 = centerX; in getUnselectedPath()
522 unselectedDotPath.cubicTo(controlX1, controlY1, controlX2, controlY2, endX2, endY2); in getUnselectedPath()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
DDotsPageIndicator.java112 float endX2; field in DotsPageIndicator
432 endX2 = centerX; in getUnselectedPath()
438 unselectedDotLeftPath.cubicTo(controlX1, controlY1, controlX2, controlY2, endX2, endY2); in getUnselectedPath()
463 endX2 = nextCenterX; in getUnselectedPath()
467 controlX2 = endX2 - halfDotRadius; in getUnselectedPath()
469 … unselectedDotRightPath.cubicTo(controlX1, controlY1, controlX2, controlY2, endX2, endY2); in getUnselectedPath()
494 endX2 = nextCenterX; in getUnselectedPath()
500 unselectedDotPath.cubicTo(controlX1, controlY1, controlX2, controlY2, endX2, endY2); in getUnselectedPath()
516 endX2 = centerX; in getUnselectedPath()
522 unselectedDotPath.cubicTo(controlX1, controlY1, controlX2, controlY2, endX2, endY2); in getUnselectedPath()