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.java101 private ImeAwareEditText mPasswordEntry; field in ConfirmLockPassword.ConfirmLockPasswordFragment
134 mPasswordEntry = (ImeAwareEditText) view.findViewById(R.id.password_entry); in onCreateView()
135 mPasswordEntry.setOnEditorActionListener(this); in onCreateView()
137 mPasswordEntry.requestFocus(); in onCreateView()
138 mPasswordEntryInputDisabler = new TextViewInputDisabler(mPasswordEntry); in onCreateView()
174 int currentType = mPasswordEntry.getInputType(); in onCreateView()
176 mPasswordEntry.setInputType(currentType); in onCreateView()
177 mPasswordEntry.setContentDescription( in onCreateView()
180 mPasswordEntry.setInputType( in onCreateView()
182 mPasswordEntry.setContentDescription( in onCreateView()
[all …]
DChooseLockPassword.java216 private ImeAwareEditText mPasswordEntry; field in ChooseLockPassword.ChooseLockPasswordFragment
468 mPasswordEntry = view.findViewById(R.id.password_entry); in onViewCreated()
469 mPasswordEntry.setOnEditorActionListener(this); in onViewCreated()
470 mPasswordEntry.addTextChangedListener(this); in onViewCreated()
471 mPasswordEntry.requestFocus(); in onViewCreated()
472 mPasswordEntryInputDisabler = new TextViewInputDisabler(mPasswordEntry); in onViewCreated()
476 int currentType = mPasswordEntry.getInputType(); in onViewCreated()
477 mPasswordEntry.setInputType(mIsAlphaMode ? currentType in onViewCreated()
480 mPasswordEntry.setContentDescription( in onViewCreated()
483 mPasswordEntry.setContentDescription( in onViewCreated()
[all …]
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/password/
DConfirmLockPassword.java100 private ImeAwareEditText mPasswordEntry; field in ConfirmLockPassword.ConfirmLockPasswordFragment
132 mPasswordEntry = (ImeAwareEditText) view.findViewById(R.id.password_entry); in onCreateView()
133 mPasswordEntry.setOnEditorActionListener(this); in onCreateView()
135 mPasswordEntry.requestFocus(); in onCreateView()
136 mPasswordEntryInputDisabler = new TextViewInputDisabler(mPasswordEntry); in onCreateView()
167 int currentType = mPasswordEntry.getInputType(); in onCreateView()
168 mPasswordEntry.setInputType(mIsAlpha ? currentType in onCreateView()
171 mPasswordEntry.setTypeface(Typeface.create( in onCreateView()
245 mPasswordEntry.setAlpha(0f); in prepareEnterAnimation()
256 result.add(mPasswordEntry); in getActiveViews()
[all …]
DChooseLockPassword.java201 private ImeAwareEditText mPasswordEntry; field in ChooseLockPassword.ChooseLockPasswordFragment
441 mPasswordEntry = view.findViewById(R.id.password_entry); in onViewCreated()
442 mPasswordEntry.setOnEditorActionListener(this); in onViewCreated()
443 mPasswordEntry.addTextChangedListener(this); in onViewCreated()
444 mPasswordEntry.requestFocus(); in onViewCreated()
445 mPasswordEntryInputDisabler = new TextViewInputDisabler(mPasswordEntry); in onViewCreated()
449 int currentType = mPasswordEntry.getInputType(); in onViewCreated()
450 mPasswordEntry.setInputType(mIsAlphaMode ? currentType in onViewCreated()
453 mPasswordEntry.setTypeface(Typeface.create( in onViewCreated()
524 mPasswordEntry.requestFocus(); in onResume()
[all …]
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DCryptKeeper.java124 private ImeAwareEditText mPasswordEntry; field in CryptKeeper
277 if (mPasswordEntry != null) { in handleBadAttempt()
278 mPasswordEntry.setEnabled(true); in handleBadAttempt()
279 mPasswordEntry.scheduleShowSoftInput(); in handleBadAttempt()
685 if (mPasswordEntry != null) { in cooldown()
686 mPasswordEntry.setEnabled(false); in cooldown()
743 mPasswordEntry = (ImeAwareEditText) findViewById(R.id.passwordEntry); in passwordEntryInit()
744 if (mPasswordEntry != null){ in passwordEntryInit()
745 mPasswordEntry.setOnEditorActionListener(this); in passwordEntryInit()
746 mPasswordEntry.requestFocus(); in passwordEntryInit()
[all …]
/packages/apps/Settings/src/com/android/settings/
DCryptKeeper.java124 private ImeAwareEditText mPasswordEntry; field in CryptKeeper
277 if (mPasswordEntry != null) { in handleBadAttempt()
278 mPasswordEntry.setEnabled(true); in handleBadAttempt()
279 mPasswordEntry.scheduleShowSoftInput(); in handleBadAttempt()
685 if (mPasswordEntry != null) { in cooldown()
686 mPasswordEntry.setEnabled(false); in cooldown()
743 mPasswordEntry = (ImeAwareEditText) findViewById(R.id.passwordEntry); in passwordEntryInit()
744 if (mPasswordEntry != null){ in passwordEntryInit()
745 mPasswordEntry.setOnEditorActionListener(this); in passwordEntryInit()
746 mPasswordEntry.requestFocus(); in passwordEntryInit()
[all …]