Searched refs:mForgotButton (Results 1 – 3 of 3) sorted by relevance
80 @Nullable protected Button mForgotButton; field in ConfirmDeviceCredentialBaseFragment148 mForgotButton = view.findViewById(R.id.forgotButton); in setupForgotButtonIfManagedProfile()149 if (mForgotButton == null) { in setupForgotButtonIfManagedProfile()153 mForgotButton.setVisibility(View.VISIBLE); in setupForgotButtonIfManagedProfile()154 mForgotButton.setOnClickListener(v -> { in setupForgotButtonIfManagedProfile()
212 if (mForgotButton != null) { in onViewCreated()213 mForgotButton.setText(R.string.lockpassword_forgot_pattern); in onViewCreated()263 if (mForgotButton != null) { in prepareEnterAnimation()264 mForgotButton.setAlpha(0f); in prepareEnterAnimation()302 if (mForgotButton != null) { in getActiveViews()303 result.add(new ArrayList<>(Collections.singletonList(mForgotButton))); in getActiveViews()
230 if (mForgotButton != null) { in onViewCreated()231 mForgotButton.setText(mIsAlpha in onViewCreated()322 if (mForgotButton != null) { in prepareEnterAnimation()323 mForgotButton.setAlpha(0f); in prepareEnterAnimation()336 if (mForgotButton != null) { in getActiveViews()337 result.add(mForgotButton); in getActiveViews()