Home
last modified time | relevance | path

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

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DPasswordTextView.java194 charState.whichChar = c; in append()
237 charState.whichChar = c; in obtainCharState()
338 char whichChar; field in PasswordTextView.CharState
449 whichChar = 0; in reset()
658 canvas.drawText(Character.toString(whichChar), 0, 0, mDrawPaint); in draw()