Searched refs:wrapHeaderListAdapterInternal (Results 1 – 3 of 3) sorted by relevance
48 protected HeaderViewListAdapter wrapHeaderListAdapterInternal( in wrapHeaderListAdapterInternal() method in WatchHeaderListView114 wrapHeaderListAdapterInternal(); in wrapAdapterIfNecessary()
361 wrapHeaderListAdapterInternal(); in addHeaderView()462 wrapHeaderListAdapterInternal(); in addFooterView()565 mAdapter = wrapHeaderListAdapterInternal(mHeaderViewInfos, mFooterViewInfos, adapter); in setAdapter()4163 protected HeaderViewListAdapter wrapHeaderListAdapterInternal(4171 protected void wrapHeaderListAdapterInternal() {4172 mAdapter = wrapHeaderListAdapterInternal(mHeaderViewInfos, mFooterViewInfos, mAdapter);
67565 Landroid/widget/ListView;->wrapHeaderListAdapterInternal()V67566 Landroid/widget/ListView;->wrapHeaderListAdapterInternal(Ljava/util/ArrayList;Ljava/util/ArrayList;…