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.java158 float currentDrawPosition; in onDraw() local
162 currentDrawPosition = getWidth() - getPaddingRight() - totalDrawingWidth; in onDraw()
164 currentDrawPosition = getPaddingLeft(); in onDraw()
167 currentDrawPosition = getWidth() / 2 - totalDrawingWidth / 2; in onDraw()
179 float charWidth = charState.draw(canvas, currentDrawPosition, charHeight, yPosition, in onDraw()
181 currentDrawPosition += charWidth; in onDraw()
689 public float draw(Canvas canvas, float currentDrawPosition, int charHeight, float yPosition, in draw() argument
698 float centerX = currentDrawPosition + charWidth / 2; in draw()
706 float centerX = currentDrawPosition + charWidth / 2; in draw()