Searched refs:wrapHeaderListAdapterInternal (Results 1 – 3 of 3) sorted by relevance
48 protected HeaderViewListAdapter wrapHeaderListAdapterInternal( in wrapHeaderListAdapterInternal() method in WatchHeaderListView114 wrapHeaderListAdapterInternal(); in wrapAdapterIfNecessary()
367 wrapHeaderListAdapterInternal(); in addHeaderView()468 wrapHeaderListAdapterInternal(); in addFooterView()571 mAdapter = wrapHeaderListAdapterInternal(mHeaderViewInfos, mFooterViewInfos, adapter); in setAdapter()4165 protected HeaderViewListAdapter wrapHeaderListAdapterInternal(4173 protected void wrapHeaderListAdapterInternal() {4174 mAdapter = wrapHeaderListAdapterInternal(mHeaderViewInfos, mFooterViewInfos, mAdapter);
88553 Landroid/widget/ListView;->wrapHeaderListAdapterInternal()V88554 Landroid/widget/ListView;->wrapHeaderListAdapterInternal(Ljava/util/ArrayList;Ljava/util/ArrayList;…