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

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DPasswordTextView.java163 int charHeight = (bounds.bottom - bounds.top);
171 float charWidth = charState.draw(canvas, currentDrawPosition, charHeight, yPosition,
678 public float draw(Canvas canvas, float currentDrawPosition, int charHeight, float yPosition, argument
684 float currYPosition = yPosition + charHeight / 2.0f * currentTextSizeFactor
685 + charHeight * currentTextTranslationY * 0.8f;

Completed in 1852 milliseconds