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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DPasswordTextView.java162 int charHeight = (bounds.bottom - bounds.top);
170 float charWidth = charState.draw(canvas, currentDrawPosition, charHeight, yPosition,
648 public float draw(Canvas canvas, float currentDrawPosition, int charHeight, float yPosition, argument
654 float currYPosition = yPosition + charHeight / 2.0f * currentTextSizeFactor
655 + charHeight * currentTextTranslationY * 0.8f;

Completed in 570 milliseconds