Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/pageindicators/
DPageIndicatorDots.java243 float circleGap = 3 * mDotRadius; in onDraw() local
244 float startX = (getWidth() - mNumPages * circleGap + mDotRadius) / 2; in onDraw()
253 circleGap = -circleGap; in onDraw()
258 x += circleGap; in onDraw()
264 x += circleGap; in onDraw()
276 float circleGap = 3 * mDotRadius; in getActiveRect() local
277 float startX = (getWidth() - mNumPages * circleGap + mDotRadius) / 2; in getActiveRect()
281 sTempRect.left = startX + startCircle * circleGap; in getActiveRect()
286 sTempRect.right += delta * circleGap * 2; in getActiveRect()
289 sTempRect.right += circleGap; in getActiveRect()
[all …]