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

/frameworks/base/core/java/com/android/internal/widget/
H A DWatchHeaderListView.java48 protected HeaderViewListAdapter wrapHeaderListAdapterInternal( method in class:WatchHeaderListView
114 wrapHeaderListAdapterInternal();
/frameworks/base/core/java/android/widget/
H A DListView.java357 wrapHeaderListAdapterInternal();
458 wrapHeaderListAdapterInternal();
561 mAdapter = wrapHeaderListAdapterInternal(mHeaderViewInfos, mFooterViewInfos, adapter);
4137 protected HeaderViewListAdapter wrapHeaderListAdapterInternal( method in class:ListView
4145 protected void wrapHeaderListAdapterInternal() { method in class:ListView
4146 mAdapter = wrapHeaderListAdapterInternal(mHeaderViewInfos, mFooterViewInfos, mAdapter);

Completed in 54 milliseconds