OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTextChars
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
PasswordTextView.java
86
private ArrayList<CharState>
mTextChars
= new ArrayList<>();
161
int length =
mTextChars
.size();
170
CharState charState =
mTextChars
.get(i);
192
int length =
mTextChars
.size();
196
CharState charState =
mTextChars
.get(i);
207
int visibleChars =
mTextChars
.size();
214
mTextChars
.add(charState);
216
charState =
mTextChars
.get(newLength - 1);
223
CharState previousState =
mTextChars
.get(newLength - 2);
248
CharState charState =
mTextChars
.get(length - 1)
[
all
...]
/frameworks/base/media/java/android/media/
TimedText.java
106
private String
mTextChars
= null;
373
return
mTextChars
;
416
mTextChars
= null;
418
mTextChars
= new String(text);
Completed in 118 milliseconds