Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DPasswordTextView.java171 int charHeight = (bounds.bottom - bounds.top); in onDraw() local
179 float charWidth = charState.draw(canvas, currentDrawPosition, charHeight, yPosition, in onDraw()
689 public float draw(Canvas canvas, float currentDrawPosition, int charHeight, float yPosition, in draw() argument
695 float currYPosition = yPosition + charHeight / 2.0f * currentTextSizeFactor in draw()
696 + charHeight * currentTextTranslationY * 0.8f; in draw()