Searched refs:mForgotButton (Results 1 – 3 of 3) sorted by relevance
78 @Nullable protected Button mForgotButton; field in ConfirmDeviceCredentialBaseFragment146 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()
210 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()
196 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()