Searched refs:mPasswordEntry (Results 1 – 2 of 2) sorted by relevance
112 private ImeAwareEditText mPasswordEntry; field in ConfirmLockPassword.ConfirmLockPasswordFragment144 mPasswordEntry = (ImeAwareEditText) view.findViewById(R.id.password_entry); in onCreateView()145 mPasswordEntry.setOnEditorActionListener(this); in onCreateView()147 mPasswordEntry.requestFocus(); in onCreateView()148 mPasswordEntryInputDisabler = new TextViewInputDisabler(mPasswordEntry); in onCreateView()192 int currentType = mPasswordEntry.getInputType(); in onCreateView()194 mPasswordEntry.setInputType(currentType); in onCreateView()195 mPasswordEntry.setContentDescription( in onCreateView()198 mPasswordEntry.setInputType( in onCreateView()200 mPasswordEntry.setContentDescription( in onCreateView()[all …]
238 private ImeAwareEditText mPasswordEntry; field in ChooseLockPassword.ChooseLockPasswordFragment554 mPasswordEntry = view.findViewById(R.id.password_entry); in onViewCreated()555 mPasswordEntry.setOnEditorActionListener(this); in onViewCreated()556 mPasswordEntry.addTextChangedListener(this); in onViewCreated()557 mPasswordEntry.requestFocus(); in onViewCreated()558 mPasswordEntryInputDisabler = new TextViewInputDisabler(mPasswordEntry); in onViewCreated()573 int currentType = mPasswordEntry.getInputType(); in onViewCreated()574 mPasswordEntry.setInputType(mIsAlphaMode ? currentType in onViewCreated()577 mPasswordEntry.setContentDescription( in onViewCreated()580 mPasswordEntry.setContentDescription( in onViewCreated()[all …]