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.java138 int lineLeft = (int) (progress * (availableWidth - lineWidth)); in onDraw() local
139 int lineRight = lineLeft + lineWidth; in onDraw()
141 canvas.drawRoundRect(lineLeft, getHeight() / 2 - mLineHeight / 2, lineRight, in onDraw()