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.java194 int nvisible = 0; in getChars() local
204 nvisible = visible.length; in getChars()
205 starts = new int[nvisible]; in getChars()
206 ends = new int[nvisible]; in getChars()
208 for (int i = 0; i < nvisible; i++) { in getChars()
220 for (int a = 0; a < nvisible; a++) { in getChars()