Searched refs:mCharPool (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DPasswordTextView.java87 private Stack<CharState> mCharPool = new Stack<>(); field in class:PasswordTextView
260 if(mCharPool.isEmpty()) {
263 charState = mCharPool.pop();
293 mCharPool.push(charState);
365 mCharPool.push(CharState.this);

Completed in 8 milliseconds