Lines Matching refs:v
75 View v = inflater.inflate(R.layout.fingerprint_dialog_container, container, false); in onCreateView() local
76 mCancelButton = (Button) v.findViewById(R.id.cancel_button); in onCreateView()
84 mSecondDialogButton = (Button) v.findViewById(R.id.second_dialog_button); in onCreateView()
95 mFingerprintContent = v.findViewById(R.id.fingerprint_container); in onCreateView()
96 mBackupContent = v.findViewById(R.id.backup_container); in onCreateView()
97 mPassword = (EditText) v.findViewById(R.id.password); in onCreateView()
99 mPasswordDescriptionTextView = (TextView) v.findViewById(R.id.password_description); in onCreateView()
101 v.findViewById(R.id.use_fingerprint_in_future_check); in onCreateView()
103 v.findViewById(R.id.new_fingerprint_enrolled_description); in onCreateView()
106 (ImageView) v.findViewById(R.id.fingerprint_icon), in onCreateView()
107 (TextView) v.findViewById(R.id.fingerprint_status), this); in onCreateView()
115 return v; in onCreateView()
234 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) { in onEditorAction() argument