Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/pageindicators/
DWorkspacePageIndicator.java141 int lineLeft = (int) (progress * (availableWidth - lineWidth)); in onDraw() local
142 int lineRight = lineLeft + lineWidth; in onDraw()
144 canvas.drawRoundRect(lineLeft, getHeight() / 2 - mLineHeight / 2, lineRight, in onDraw()