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