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.java178 CharState charState = mTextChars.get(i); in onDraw() local
179 float charWidth = charState.draw(canvas, currentDrawPosition, charHeight, yPosition, in onDraw()
204 CharState charState = mTextChars.get(i); in getDrawingWidth() local
206 width += mCharPadding * charState.currentWidthFactor; in getDrawingWidth()
208 width += charLength * charState.currentWidthFactor; in getDrawingWidth()
219 CharState charState; in append() local
221 charState = obtainCharState(c); in append()
222 mTextChars.add(charState); in append()
224 charState = mTextChars.get(newLength - 1); in append()
225 charState.whichChar = c; in append()
[all …]