HomeSort by relevance Sort by last modified time
    Searched defs:newHeaderView (Results 1 - 5 of 5) sorted by null

  /frameworks/ex/common/tests/src/com/android/common/widget/
CompositeCursorAdapterTest.java 47 protected View newHeaderView(Context context, int partition, Cursor cursor, ViewGroup parent) {
  /packages/apps/Contacts/src/com/android/contacts/widget/
PinnedHeaderListDemoActivity.java 54 protected View newHeaderView(Context context, int partition, Cursor cursor,
  /packages/apps/Contacts/src/com/android/contacts/list/
JoinContactListAdapter.java 139 protected View newHeaderView(Context context, int partition, Cursor cursor,
ContactEntryListAdapter.java 525 protected View newHeaderView(Context context, int partition, Cursor cursor,
  /frameworks/ex/common/java/com/android/common/widget/
CompositeCursorAdapter.java 362 : newHeaderView(mContext, partition, cursor, parent);
370 protected View newHeaderView(Context context, int partition, Cursor cursor,

Completed in 83 milliseconds