Home
last modified time | relevance | path

Searched refs:mForgotButton (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/password/
DConfirmDeviceCredentialBaseFragment.java83 @Nullable protected Button mForgotButton; field in ConfirmDeviceCredentialBaseFragment
145 mForgotButton = view.findViewById(R.id.forgotButton); in setupForgotButtonIfManagedProfile()
146 if (mForgotButton == null) { in setupForgotButtonIfManagedProfile()
150 mForgotButton.setVisibility(View.VISIBLE); in setupForgotButtonIfManagedProfile()
151 mForgotButton.setOnClickListener(v -> { in setupForgotButtonIfManagedProfile()
DConfirmLockPassword.java213 if (mForgotButton != null) { in onViewCreated()
214 mForgotButton.setText(mIsAlpha in onViewCreated()
284 if (mForgotButton != null) { in prepareEnterAnimation()
285 mForgotButton.setAlpha(0f); in prepareEnterAnimation()
298 if (mForgotButton != null) { in getActiveViews()
299 result.add(mForgotButton); in getActiveViews()
DConfirmLockPattern.java196 if (mForgotButton != null) { in onViewCreated()
197 mForgotButton.setText(R.string.lockpassword_forgot_pattern); in onViewCreated()
247 if (mForgotButton != null) { in prepareEnterAnimation()
248 mForgotButton.setAlpha(0f); in prepareEnterAnimation()
277 if (mForgotButton != null) { in getActiveViews()
278 result.add(new ArrayList<>(Collections.singletonList(mForgotButton))); in getActiveViews()