Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DPasswordTextView.java176 CharState charState = mTextChars.get(i); in onDraw() local
177 float charWidth = charState.draw(canvas, currentDrawPosition, charHeight, yPosition, in onDraw()
202 CharState charState = mTextChars.get(i); in getDrawingWidth() local
204 width += mCharPadding * charState.currentWidthFactor; in getDrawingWidth()
206 width += charLength * charState.currentWidthFactor; in getDrawingWidth()
217 CharState charState; in append() local
219 charState = obtainCharState(c); in append()
220 mTextChars.add(charState); in append()
222 charState = mTextChars.get(newLength - 1); in append()
223 charState.whichChar = c; in append()
[all …]