Searched refs:mCharPool (Results 1 – 1 of 1) sorted by relevance
95 private Stack<CharState> mCharPool = new Stack<>(); field in PasswordTextView314 if(mCharPool.isEmpty()) { in obtainCharState()317 charState = mCharPool.pop(); in obtainCharState()347 mCharPool.push(charState); in reset()424 mCharPool.push(CharState.this);