Searched refs:unselectedDotLeftPath (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Settings/src/com/android/settings/widget/ |
D | DotsPageIndicator.java | 97 private final Path unselectedDotLeftPath; field in DotsPageIndicator 162 unselectedDotLeftPath = new Path(); in DotsPageIndicator() 413 unselectedDotLeftPath.rewind(); in getUnselectedPath() 416 unselectedDotLeftPath.moveTo(centerX, dotBottomY); in getUnselectedPath() 420 unselectedDotLeftPath.arcTo(rectF, 90, 180, true); in getUnselectedPath() 429 unselectedDotLeftPath.cubicTo(controlX1, controlY1, controlX2, controlY2, endX1, endY1); in getUnselectedPath() 438 unselectedDotLeftPath.cubicTo(controlX1, controlY1, controlX2, controlY2, endX2, endY2); in getUnselectedPath() 440 unselectedDotPath.op(unselectedDotLeftPath, Path.Op.UNION); in getUnselectedPath()
|