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