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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DPasswordTextView.java149 float currentDrawPosition;
153 currentDrawPosition = getWidth() - getPaddingRight() - totalDrawingWidth;
155 currentDrawPosition = getPaddingLeft();
158 currentDrawPosition = getWidth() / 2 - totalDrawingWidth / 2;
170 float charWidth = charState.draw(canvas, currentDrawPosition, charHeight, yPosition,
172 currentDrawPosition += charWidth;
648 public float draw(Canvas canvas, float currentDrawPosition, int charHeight, float yPosition, argument
657 float centerX = currentDrawPosition + charWidth / 2;
665 float centerX = currentDrawPosition + charWidth / 2;

Completed in 9 milliseconds