Home | History | Annotate | Download | only in keyguard

Lines Matching refs:findViewById

142         mPasswordEntry = (PasswordTextView) findViewById(getPasswordTextViewId());
155 mOkButton = findViewById(R.id.key_enter);
169 mDeleteButton = findViewById(R.id.delete_button);
191 mButton0 = findViewById(R.id.key0);
192 mButton1 = findViewById(R.id.key1);
193 mButton2 = findViewById(R.id.key2);
194 mButton3 = findViewById(R.id.key3);
195 mButton4 = findViewById(R.id.key4);
196 mButton5 = findViewById(R.id.key5);
197 mButton6 = findViewById(R.id.key6);
198 mButton7 = findViewById(R.id.key7);
199 mButton8 = findViewById(R.id.key8);
200 mButton9 = findViewById(R.id.key9);