Searched refs:dotCenterY (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Settings/src/com/android/settings/widget/ |
D | DotsPageIndicator.java | 73 private float dotCenterY; field in DotsPageIndicator 252 dotCenterY = top + dotRadius; in calculateDotPositions() 364 canvas.drawCircle(dotCenterX[page], dotCenterY, dotRadius, unselectedPaint); in drawUnselected() 407 unselectedDotPath.addCircle(dotCenterX[page], dotCenterY, dotRadius, Path.Direction.CW); in getUnselectedPath() 424 endY1 = dotCenterY; in getUnselectedPath() 455 endY1 = dotCenterY; in getUnselectedPath() 486 endY1 = dotCenterY - (joiningFraction * dotRadius); in getUnselectedPath() 508 endY1 = dotCenterY + (joiningFraction * dotRadius); in getUnselectedPath() 539 unselectedDotPath.addCircle(centerX, dotCenterY, dotRevealFraction * dotRadius, in getUnselectedPath() 554 canvas.drawCircle(selectedDotX, dotCenterY, dotRadius, selectedPaint); in drawSelected() [all …]
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/ |
D | DotsPageIndicator.java | 73 private float dotCenterY; field in DotsPageIndicator 252 dotCenterY = top + dotRadius; in calculateDotPositions() 364 canvas.drawCircle(dotCenterX[page], dotCenterY, dotRadius, unselectedPaint); in drawUnselected() 407 unselectedDotPath.addCircle(dotCenterX[page], dotCenterY, dotRadius, Path.Direction.CW); in getUnselectedPath() 424 endY1 = dotCenterY; in getUnselectedPath() 455 endY1 = dotCenterY; in getUnselectedPath() 486 endY1 = dotCenterY - (joiningFraction * dotRadius); in getUnselectedPath() 508 endY1 = dotCenterY + (joiningFraction * dotRadius); in getUnselectedPath() 539 unselectedDotPath.addCircle(centerX, dotCenterY, dotRevealFraction * dotRadius, in getUnselectedPath() 554 canvas.drawCircle(selectedDotX, dotCenterY, dotRadius, selectedPaint); in drawSelected() [all …]
|
/packages/apps/Launcher3/iconloaderlib/src/com/android/launcher3/icons/ |
D | DotRenderer.java | 109 float dotCenterY = iconBounds.top + iconBounds.height() * dotPosition[1]; in draw() local 116 float offsetY = Math.max(0, canvasBounds.top - (dotCenterY + mBitmapOffset)); in draw() 119 canvas.translate(dotCenterX + offsetX, dotCenterY + offsetY); in draw()
|