Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/widget/
DDotsPageIndicator.java110 float endX1; field in DotsPageIndicator
423 endX1 = centerX + dotRadius + (joiningFraction * gap); in getUnselectedPath()
427 controlX2 = endX1; in getUnselectedPath()
429 unselectedDotLeftPath.cubicTo(controlX1, controlY1, controlX2, controlY2, endX1, endY1); in getUnselectedPath()
434 controlX1 = endX1; in getUnselectedPath()
454 endX1 = nextCenterX - dotRadius - (joiningFraction * gap); in getUnselectedPath()
458 controlX2 = endX1; in getUnselectedPath()
460 … unselectedDotRightPath.cubicTo(controlX1, controlY1, controlX2, controlY2, endX1, endY1); in getUnselectedPath()
465 controlX1 = endX1; in getUnselectedPath()
485 endX1 = centerX + dotRadius + (gap / 2); in getUnselectedPath()
[all …]