Searched refs:mForgotPatternButton (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardPatternView.java66 private Button mForgotPatternButton; field in class:KeyguardPatternView
130 mForgotPatternButton = (Button) findViewById(R.id.forgot_password_button);
132 if (mForgotPatternButton != null) {
133 mForgotPatternButton.setText(R.string.kg_forgot_pattern_button_text);
134 mForgotPatternButton.setOnClickListener(new OnClickListener() {
153 if (mForgotPatternButton == null) return; // no ECA? no footer
158 mForgotPatternButton.setVisibility(View.GONE);
162 mForgotPatternButton.setVisibility(View.VISIBLE);
166 mForgotPatternButton.setVisibility(View.GONE);

Completed in 42 milliseconds