HomeSort by relevance Sort by last modified time
    Searched full:whichchar (Results 1 - 1 of 1) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
PasswordTextView.java 223 charState.whichChar = c;
275 stringBuilder.append(charState.isCharVisibleForA11y() ? charState.whichChar : DOT);
288 charState.whichChar = c;
367 char whichChar;
490 whichChar = 0;
699 canvas.drawText(Character.toString(whichChar), 0, 0, mDrawPaint);

Completed in 66 milliseconds