Lines Matching refs:v
100 View v = inflater.inflate(R.layout.fingerprint_dialog_container, container, false); in onCreateView() local
101 mCancelButton = (Button) v.findViewById(R.id.cancel_button); in onCreateView()
109 mSecondDialogButton = (Button) v.findViewById(R.id.second_dialog_button); in onCreateView()
120 mFingerprintContent = v.findViewById(R.id.fingerprint_container); in onCreateView()
121 mBackupContent = v.findViewById(R.id.backup_container); in onCreateView()
122 mPassword = (EditText) v.findViewById(R.id.password); in onCreateView()
124 mPasswordDescriptionTextView = (TextView) v.findViewById(R.id.password_description); in onCreateView()
126 v.findViewById(R.id.use_fingerprint_in_future_check); in onCreateView()
128 v.findViewById(R.id.new_fingerprint_enrolled_description); in onCreateView()
130 (ImageView) v.findViewById(R.id.fingerprint_icon), in onCreateView()
131 (TextView) v.findViewById(R.id.fingerprint_status), this); in onCreateView()
139 return v; in onCreateView()
274 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) { in onEditorAction() argument