Home
last modified time | relevance | path

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

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DPasswordTextView.java147 CharState charState = mTextChars.get(i); in onDraw() local
148 float charWidth = charState.draw(canvas, currentDrawPosition, charHeight, yPosition, in onDraw()
173 CharState charState = mTextChars.get(i); in getDrawingWidth() local
175 width += mCharPadding * charState.currentWidthFactor; in getDrawingWidth()
177 width += charLength * charState.currentWidthFactor; in getDrawingWidth()
188 CharState charState; in append() local
190 charState = obtainCharState(c); in append()
191 mTextChars.add(charState); in append()
193 charState = mTextChars.get(newLength - 1); in append()
194 charState.whichChar = c; in append()
[all …]