Home
last modified time | relevance | path

Searched refs:dotRadius (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Dialer/java/com/android/incallui/incall/impl/
H A DInCallPaginator.java37 private int dotRadius; field in InCallPaginator
131 dotRadius, in onDraw()
132 dotRadius, in onDraw()
143 dotRadius, in onDraw()
144 dotRadius, in onDraw()
155 centerY - dotRadius, in onDraw()
157 centerY + dotRadius, in onDraw()
158 dotRadius, in onDraw()
159 dotRadius, in onDraw()
166 dotRadius, in onDraw()
[all …]
/aosp12/packages/apps/Settings/src/com/android/settings/widget/
H A DDotsPageIndicator.java69 private float dotRadius; field in DotsPageIndicator
136 dotRadius = dotDiameter / 2; in DotsPageIndicator()
137 halfDotRadius = dotRadius / 2; in DotsPageIndicator()
252 dotCenterY = top + dotRadius; in calculateDotPositions()
419 rectF.set(centerX - dotRadius, dotTopY, centerX + dotRadius, dotBottomY); in getUnselectedPath()
450 rectF.set(nextCenterX - dotRadius, dotTopY, nextCenterX + dotRadius, dotBottomY); in getUnselectedPath()
481 rectF.set(centerX - dotRadius, dotTopY, centerX + dotRadius, dotBottomY); in getUnselectedPath()
503 rectF.set(nextCenterX - dotRadius, dotTopY, nextCenterX + dotRadius, dotBottomY); in getUnselectedPath()
530 rectF.set(centerX - dotRadius, dotTopY, nextCenterX + dotRadius, dotBottomY); in getUnselectedPath()
531 unselectedDotPath.addRoundRect(rectF, dotRadius, dotRadius, Path.Direction.CW); in getUnselectedPath()
[all …]