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.java174 float currentDrawPosition; in onDraw() local
178 currentDrawPosition = getWidth() - getPaddingRight() - totalDrawingWidth; in onDraw()
180 currentDrawPosition = getPaddingLeft(); in onDraw()
185 currentDrawPosition = center > 0 ? center : maxRight; in onDraw()
197 float charWidth = charState.draw(canvas, currentDrawPosition, charHeight, yPosition, in onDraw()
199 currentDrawPosition += charWidth; in onDraw()
635 public float draw(Canvas canvas, float currentDrawPosition, int charHeight, float yPosition, in draw() argument
644 float centerX = currentDrawPosition + charWidth / 2; in draw()
652 float centerX = currentDrawPosition + charWidth / 2; in draw()