Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DPasswordTextView.java156 float currentDrawPosition; in onDraw() local
160 currentDrawPosition = getWidth() - getPaddingRight() - totalDrawingWidth; in onDraw()
162 currentDrawPosition = getPaddingLeft(); in onDraw()
165 currentDrawPosition = getWidth() / 2 - totalDrawingWidth / 2; in onDraw()
177 float charWidth = charState.draw(canvas, currentDrawPosition, charHeight, yPosition, in onDraw()
179 currentDrawPosition += charWidth; in onDraw()
687 public float draw(Canvas canvas, float currentDrawPosition, int charHeight, float yPosition, in draw() argument
696 float centerX = currentDrawPosition + charWidth / 2; in draw()
704 float centerX = currentDrawPosition + charWidth / 2; in draw()