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.java225 charState.whichChar = c; in append()
277 stringBuilder.append(charState.isCharVisibleForA11y() ? charState.whichChar : DOT); in getTransformedText()
290 charState.whichChar = c; in obtainCharState()
369 char whichChar; field in PasswordTextView.CharState
492 whichChar = 0; in reset()
701 canvas.drawText(Character.toString(whichChar), 0, 0, mDrawPaint); in draw()