Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/method/
DPasswordTransformationMethod.java192 int nvisible = 0; in getChars() local
202 nvisible = visible.length; in getChars()
203 starts = new int[nvisible]; in getChars()
204 ends = new int[nvisible]; in getChars()
206 for (int i = 0; i < nvisible; i++) { in getChars()
218 for (int a = 0; a < nvisible; a++) { in getChars()