Searched refs:wrapHeaderListAdapterInternal (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DWatchHeaderListView.java49 protected HeaderViewListAdapter wrapHeaderListAdapterInternal( method in class:WatchHeaderListView
114 wrapHeaderListAdapterInternal();
/frameworks/base/core/java/android/widget/
H A DListView.java282 wrapHeaderListAdapterInternal();
376 wrapHeaderListAdapterInternal();
479 mAdapter = wrapHeaderListAdapterInternal(mHeaderViewInfos, mFooterViewInfos, adapter);
4057 protected HeaderViewListAdapter wrapHeaderListAdapterInternal( method in class:ListView
4065 protected void wrapHeaderListAdapterInternal() { method in class:ListView
4066 mAdapter = wrapHeaderListAdapterInternal(mHeaderViewInfos, mFooterViewInfos, mAdapter);

Completed in 279 milliseconds