Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DPasswordTextView.java223 charState.whichChar = c; in append()
275 stringBuilder.append(charState.isCharVisibleForA11y() ? charState.whichChar : DOT); in getTransformedText()
288 charState.whichChar = c; in obtainCharState()
367 char whichChar; field in PasswordTextView.CharState
490 whichChar = 0; in reset()
699 canvas.drawText(Character.toString(whichChar), 0, 0, mDrawPaint); in draw()