OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:headerTextView
(Results
1 - 2
of
2
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
AccountFilterUtil.java
65
final TextView
headerTextView
= (TextView)
73
headerTextView
.setText(R.string.list_filter_phones);
77
headerTextView
.setText(context.getString(
81
headerTextView
.setText(R.string.listCustomView);
89
headerTextView
.setText(R.string.list_filter_all_accounts);
93
headerTextView
.setText(context.getString(
97
headerTextView
.setText(R.string.listCustomView);
100
headerTextView
.setText(R.string.listSingleContact);
/development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
ContactDetailFragment.java
444
final TextView
headerTextView
=
454
headerTextView
.setVisibility(View.GONE);
463
headerTextView
.setText(label);
Completed in 256 milliseconds