Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
DDotsPageIndicator.java98 private final Path unselectedDotRightPath; field in DotsPageIndicator
163 unselectedDotRightPath = new Path(); in DotsPageIndicator()
444 unselectedDotRightPath.rewind(); in getUnselectedPath()
447 unselectedDotRightPath.moveTo(nextCenterX, dotBottomY); in getUnselectedPath()
451 unselectedDotRightPath.arcTo(rectF, 90, -180, true); in getUnselectedPath()
460unselectedDotRightPath.cubicTo(controlX1, controlY1, controlX2, controlY2, endX1, endY1); in getUnselectedPath()
469unselectedDotRightPath.cubicTo(controlX1, controlY1, controlX2, controlY2, endX2, endY2); in getUnselectedPath()
471 unselectedDotPath.op(unselectedDotRightPath, Path.Op.UNION); in getUnselectedPath()
/packages/apps/Settings/src/com/android/settings/widget/
DDotsPageIndicator.java98 private final Path unselectedDotRightPath; field in DotsPageIndicator
163 unselectedDotRightPath = new Path(); in DotsPageIndicator()
444 unselectedDotRightPath.rewind(); in getUnselectedPath()
447 unselectedDotRightPath.moveTo(nextCenterX, dotBottomY); in getUnselectedPath()
451 unselectedDotRightPath.arcTo(rectF, 90, -180, true); in getUnselectedPath()
460unselectedDotRightPath.cubicTo(controlX1, controlY1, controlX2, controlY2, endX1, endY1); in getUnselectedPath()
469unselectedDotRightPath.cubicTo(controlX1, controlY1, controlX2, controlY2, endX2, endY2); in getUnselectedPath()
471 unselectedDotPath.op(unselectedDotRightPath, Path.Op.UNION); in getUnselectedPath()