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.java78 @Nullable protected Button mForgotButton; field in ConfirmDeviceCredentialBaseFragment
146 mForgotButton = view.findViewById(R.id.forgotButton); in setupForgotButtonIfManagedProfile()
147 if (mForgotButton == null) { in setupForgotButtonIfManagedProfile()
151 mForgotButton.setVisibility(View.VISIBLE); in setupForgotButtonIfManagedProfile()
152 mForgotButton.setOnClickListener(v -> { in setupForgotButtonIfManagedProfile()
DConfirmLockPassword.java210 if (mForgotButton != null) { in onViewCreated()
211 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()
278 if (mForgotButton != null) { in getActiveViews()
279 result.add(new ArrayList<>(Collections.singletonList(mForgotButton))); in getActiveViews()