Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/password/
DConfirmLockPassword.java98 private ImeAwareEditText mPasswordEntry; field in ConfirmLockPassword.ConfirmLockPasswordFragment
130 mPasswordEntry = (ImeAwareEditText) view.findViewById(R.id.password_entry); in onCreateView()
131 mPasswordEntry.setOnEditorActionListener(this); in onCreateView()
133 mPasswordEntry.requestFocus(); in onCreateView()
134 mPasswordEntryInputDisabler = new TextViewInputDisabler(mPasswordEntry); in onCreateView()
165 int currentType = mPasswordEntry.getInputType(); in onCreateView()
166 mPasswordEntry.setInputType(mIsAlpha ? currentType in onCreateView()
169 mPasswordEntry.setTypeface(Typeface.create( in onCreateView()
243 mPasswordEntry.setAlpha(0f); in prepareEnterAnimation()
254 result.add(mPasswordEntry); in getActiveViews()
[all …]
DChooseLockPassword.java192 private ImeAwareEditText mPasswordEntry; field in ChooseLockPassword.ChooseLockPasswordFragment
459 mPasswordEntry = view.findViewById(R.id.password_entry); in onViewCreated()
460 mPasswordEntry.setOnEditorActionListener(this); in onViewCreated()
461 mPasswordEntry.addTextChangedListener(this); in onViewCreated()
462 mPasswordEntry.requestFocus(); in onViewCreated()
463 mPasswordEntryInputDisabler = new TextViewInputDisabler(mPasswordEntry); in onViewCreated()
467 int currentType = mPasswordEntry.getInputType(); in onViewCreated()
468 mPasswordEntry.setInputType(mIsAlphaMode ? currentType in onViewCreated()
471 mPasswordEntry.setTypeface(Typeface.create( in onViewCreated()
542 mPasswordEntry.requestFocus(); in onResume()
[all …]
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/password/
DConfirmLockPassword.java98 private ImeAwareEditText mPasswordEntry; field in ConfirmLockPassword.ConfirmLockPasswordFragment
130 mPasswordEntry = (ImeAwareEditText) view.findViewById(R.id.password_entry); in onCreateView()
131 mPasswordEntry.setOnEditorActionListener(this); in onCreateView()
133 mPasswordEntry.requestFocus(); in onCreateView()
134 mPasswordEntryInputDisabler = new TextViewInputDisabler(mPasswordEntry); in onCreateView()
165 int currentType = mPasswordEntry.getInputType(); in onCreateView()
166 mPasswordEntry.setInputType(mIsAlpha ? currentType in onCreateView()
169 mPasswordEntry.setTypeface(Typeface.create( in onCreateView()
243 mPasswordEntry.setAlpha(0f); in prepareEnterAnimation()
254 result.add(mPasswordEntry); in getActiveViews()
[all …]
DChooseLockPassword.java193 private ImeAwareEditText mPasswordEntry; field in ChooseLockPassword.ChooseLockPasswordFragment
460 mPasswordEntry = view.findViewById(R.id.password_entry); in onViewCreated()
461 mPasswordEntry.setOnEditorActionListener(this); in onViewCreated()
462 mPasswordEntry.addTextChangedListener(this); in onViewCreated()
463 mPasswordEntry.requestFocus(); in onViewCreated()
464 mPasswordEntryInputDisabler = new TextViewInputDisabler(mPasswordEntry); in onViewCreated()
468 int currentType = mPasswordEntry.getInputType(); in onViewCreated()
469 mPasswordEntry.setInputType(mIsAlphaMode ? currentType in onViewCreated()
472 mPasswordEntry.setTypeface(Typeface.create( in onViewCreated()
543 mPasswordEntry.requestFocus(); in onResume()
[all …]
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DCryptKeeper.java125 private ImeAwareEditText mPasswordEntry; field in CryptKeeper
278 if (mPasswordEntry != null) { in handleBadAttempt()
279 mPasswordEntry.setEnabled(true); in handleBadAttempt()
280 mPasswordEntry.scheduleShowSoftInput(); in handleBadAttempt()
686 if (mPasswordEntry != null) { in cooldown()
687 mPasswordEntry.setEnabled(false); in cooldown()
744 mPasswordEntry = (ImeAwareEditText) findViewById(R.id.passwordEntry); in passwordEntryInit()
745 if (mPasswordEntry != null){ in passwordEntryInit()
746 mPasswordEntry.setOnEditorActionListener(this); in passwordEntryInit()
747 mPasswordEntry.requestFocus(); in passwordEntryInit()
[all …]
/packages/apps/Settings/src/com/android/settings/
DCryptKeeper.java125 private ImeAwareEditText mPasswordEntry; field in CryptKeeper
278 if (mPasswordEntry != null) { in handleBadAttempt()
279 mPasswordEntry.setEnabled(true); in handleBadAttempt()
280 mPasswordEntry.scheduleShowSoftInput(); in handleBadAttempt()
686 if (mPasswordEntry != null) { in cooldown()
687 mPasswordEntry.setEnabled(false); in cooldown()
744 mPasswordEntry = (ImeAwareEditText) findViewById(R.id.passwordEntry); in passwordEntryInit()
745 if (mPasswordEntry != null){ in passwordEntryInit()
746 mPasswordEntry.setOnEditorActionListener(this); in passwordEntryInit()
747 mPasswordEntry.requestFocus(); in passwordEntryInit()
[all …]