OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resultView
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
SelectAccountDialogFragment.java
57
final View
resultView
= convertView == null
61
final TextView text1 = (TextView)
resultView
.findViewById(android.R.id.text1);
62
final TextView text2 = (TextView)
resultView
.findViewById(android.R.id.text2);
69
return
resultView
;
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactListFragment.java
103
final View
resultView
= convertView != null ? convertView
111
final TextView text1 = (TextView)
resultView
.findViewById(
113
final TextView text2 = (TextView)
resultView
.findViewById(
115
final View actionsContainer =
resultView
.findViewById(
117
final ImageView alternateActionButton = (ImageView)
resultView
.findViewById(
119
final View alternateActionDivider =
resultView
.findViewById(R.id.vertical_divider);
121
(ImageView)
resultView
.findViewById(R.id.presence_icon);
165
return
resultView
;
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
AccountsListAdapter.java
86
final View
resultView
= convertView != null ? convertView
89
final TextView text1 = (TextView)
resultView
.findViewById(android.R.id.text1);
90
final TextView text2 = (TextView)
resultView
.findViewById(android.R.id.text2);
91
final ImageView icon = (ImageView)
resultView
.findViewById(android.R.id.icon);
105
return
resultView
;
/development/samples/SpinnerTest/src/com/android/example/spinner/test/
SpinnerActivityTest.java
222
TextView
resultView
=
227
String resultText = (String)
resultView
.getText();
/packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java
[
all
...]
Completed in 1582 milliseconds