Home
last modified time | relevance | path

Searched refs:resultView (Results 1 – 3 of 3) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
DAccountsListAdapter.java91 final View resultView = convertView != null ? convertView : in getView() local
95 final TextView text1 = (TextView) resultView.findViewById(android.R.id.text1); in getView()
96 final TextView text2 = (TextView) resultView.findViewById(android.R.id.text2); in getView()
97 final ImageView icon = (ImageView) resultView.findViewById(android.R.id.icon); in getView()
111 return resultView; in getView()
/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
DSelectAccountDialogFragment.java57 final View resultView = convertView == null in onCreateDialog()
61 final TextView text1 = (TextView)resultView.findViewById(android.R.id.text1); in onCreateDialog()
62 final TextView text2 = (TextView)resultView.findViewById(android.R.id.text2); in onCreateDialog()
69 return resultView; in onCreateDialog()
/packages/apps/Contacts/src/com/android/contacts/editor/
DCompactRawContactsEditorView.java155 final View resultView = convertView != null ? convertView in getView() local
160 final TextView text1 = (TextView) resultView.findViewById(android.R.id.text1); in getView()
164 final TextView text2 = (TextView) resultView.findViewById(android.R.id.text2); in getView()
174 final ImageView icon = (ImageView) resultView.findViewById(android.R.id.icon); in getView()
177 return resultView; in getView()