Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DPasswordTextView.java186 float currentDrawPosition; in onDraw() local
190 currentDrawPosition = getWidth() - getPaddingRight() - totalDrawingWidth; in onDraw()
192 currentDrawPosition = getPaddingLeft(); in onDraw()
197 currentDrawPosition = center > 0 ? center : maxRight; in onDraw()
209 float charWidth = charState.draw(canvas, currentDrawPosition, charHeight, yPosition, in onDraw()
211 currentDrawPosition += charWidth; in onDraw()
758 public float draw(Canvas canvas, float currentDrawPosition, int charHeight, float yPosition, in draw() argument
767 float centerX = currentDrawPosition + charWidth / 2; in draw()
775 float centerX = currentDrawPosition + charWidth / 2; in draw()