OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContactListPinnedHeaderView
(Results
1 - 2
of
2
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListPinnedHeaderView.java
36
public class
ContactListPinnedHeaderView
extends TextView {
38
public
ContactListPinnedHeaderView
(Context context, AttributeSet attrs, View parent) {
ContactEntryListAdapter.java
139
return new
ContactListPinnedHeaderView
(context, null, parent);
144
((
ContactListPinnedHeaderView
) pinnedHeaderView).setSectionHeaderTitle(title);
Completed in 162 milliseconds