Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/widget/
H A DDotsPageIndicator.java111 float endY1; field in DotsPageIndicator
424 endY1 = dotCenterY; in getUnselectedPath()
428 controlY2 = endY1 - halfDotRadius; in getUnselectedPath()
435 controlY1 = endY1 + halfDotRadius; in getUnselectedPath()
455 endY1 = dotCenterY; in getUnselectedPath()
459 controlY2 = endY1 - halfDotRadius; in getUnselectedPath()
466 controlY1 = endY1 + halfDotRadius; in getUnselectedPath()
490 controlY2 = endY1; in getUnselectedPath()
497 controlY1 = endY1; in getUnselectedPath()
512 controlY2 = endY1; in getUnselectedPath()
[all …]