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
84
private ArrayList<CharState>
mTextChars
= new ArrayList<>();
146
int length =
mTextChars
.size();
152
CharState charState =
mTextChars
.get(i);
174
int length =
mTextChars
.size();
178
CharState charState =
mTextChars
.get(i);
189
int visibleChars =
mTextChars
.size();
196
mTextChars
.add(charState);
198
charState =
mTextChars
.get(newLength - 1);
205
CharState previousState =
mTextChars
.get(newLength - 2);
230
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 60 milliseconds