Searched refs:unselectedDotPath (Results 1 – 2 of 2) sorted by relevance
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/ |
D | DotsPageIndicator.java | 96 private final Path unselectedDotPath; field in DotsPageIndicator 161 unselectedDotPath = new Path(); in DotsPageIndicator() 401 unselectedDotPath.rewind(); in getUnselectedPath() 407 unselectedDotPath.addCircle(dotCenterX[page], dotCenterY, dotRadius, Path.Direction.CW); in getUnselectedPath() 440 unselectedDotPath.op(unselectedDotLeftPath, Path.Op.UNION); in getUnselectedPath() 471 unselectedDotPath.op(unselectedDotRightPath, Path.Op.UNION); in getUnselectedPath() 478 unselectedDotPath.moveTo(centerX, dotBottomY); in getUnselectedPath() 482 unselectedDotPath.arcTo(rectF, 90, 180, true); in getUnselectedPath() 491 unselectedDotPath.cubicTo(controlX1, controlY1, controlX2, controlY2, endX1, endY1); in getUnselectedPath() 500 unselectedDotPath.cubicTo(controlX1, controlY1, controlX2, controlY2, endX2, endY2); in getUnselectedPath() [all …]
|
/packages/apps/Settings/src/com/android/settings/widget/ |
D | DotsPageIndicator.java | 96 private final Path unselectedDotPath; field in DotsPageIndicator 161 unselectedDotPath = new Path(); in DotsPageIndicator() 401 unselectedDotPath.rewind(); in getUnselectedPath() 407 unselectedDotPath.addCircle(dotCenterX[page], dotCenterY, dotRadius, Path.Direction.CW); in getUnselectedPath() 440 unselectedDotPath.op(unselectedDotLeftPath, Path.Op.UNION); in getUnselectedPath() 471 unselectedDotPath.op(unselectedDotRightPath, Path.Op.UNION); in getUnselectedPath() 478 unselectedDotPath.moveTo(centerX, dotBottomY); in getUnselectedPath() 482 unselectedDotPath.arcTo(rectF, 90, 180, true); in getUnselectedPath() 491 unselectedDotPath.cubicTo(controlX1, controlY1, controlX2, controlY2, endX1, endY1); in getUnselectedPath() 500 unselectedDotPath.cubicTo(controlX1, controlY1, controlX2, controlY2, endX2, endY2); in getUnselectedPath() [all …]
|