Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DPasswordTextView.java93 private Stack<CharState> mCharPool = new Stack<>(); field in PasswordTextView
284 if(mCharPool.isEmpty()) { in obtainCharState()
287 charState = mCharPool.pop(); in obtainCharState()
317 mCharPool.push(charState); in reset()
394 mCharPool.push(CharState.this);