Searched refs:dotTopY (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Settings/src/com/android/settings/widget/ |
D | DotsPageIndicator.java | 72 private float dotTopY; field in DotsPageIndicator 251 dotTopY = top; in calculateDotPositions() 419 rectF.set(centerX - dotRadius, dotTopY, centerX + dotRadius, dotBottomY); in getUnselectedPath() 426 controlY1 = dotTopY; in getUnselectedPath() 450 rectF.set(nextCenterX - dotRadius, dotTopY, nextCenterX + dotRadius, dotBottomY); in getUnselectedPath() 457 controlY1 = dotTopY; in getUnselectedPath() 481 rectF.set(centerX - dotRadius, dotTopY, centerX + dotRadius, dotBottomY); in getUnselectedPath() 488 controlY1 = dotTopY; in getUnselectedPath() 495 endY2 = dotTopY; in getUnselectedPath() 499 controlY2 = dotTopY; in getUnselectedPath() [all …]
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/ |
D | DotsPageIndicator.java | 72 private float dotTopY; field in DotsPageIndicator 251 dotTopY = top; in calculateDotPositions() 419 rectF.set(centerX - dotRadius, dotTopY, centerX + dotRadius, dotBottomY); in getUnselectedPath() 426 controlY1 = dotTopY; in getUnselectedPath() 450 rectF.set(nextCenterX - dotRadius, dotTopY, nextCenterX + dotRadius, dotBottomY); in getUnselectedPath() 457 controlY1 = dotTopY; in getUnselectedPath() 481 rectF.set(centerX - dotRadius, dotTopY, centerX + dotRadius, dotBottomY); in getUnselectedPath() 488 controlY1 = dotTopY; in getUnselectedPath() 495 endY2 = dotTopY; in getUnselectedPath() 499 controlY2 = dotTopY; in getUnselectedPath() [all …]
|