Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DPasswordTextView.java95 private Stack<CharState> mCharPool = new Stack<>(); field in PasswordTextView
314 if(mCharPool.isEmpty()) { in obtainCharState()
317 charState = mCharPool.pop(); in obtainCharState()
347 mCharPool.push(charState); in reset()
424 mCharPool.push(CharState.this);