Searched refs:wrapHeaderListAdapterInternal (Results 1 – 3 of 3) sorted by relevance
48 protected HeaderViewListAdapter wrapHeaderListAdapterInternal( in wrapHeaderListAdapterInternal() method in WatchHeaderListView114 wrapHeaderListAdapterInternal(); in wrapAdapterIfNecessary()
363 wrapHeaderListAdapterInternal(); in addHeaderView()464 wrapHeaderListAdapterInternal(); in addFooterView()567 mAdapter = wrapHeaderListAdapterInternal(mHeaderViewInfos, mFooterViewInfos, adapter); in setAdapter()4161 protected HeaderViewListAdapter wrapHeaderListAdapterInternal(4169 protected void wrapHeaderListAdapterInternal() {4170 mAdapter = wrapHeaderListAdapterInternal(mHeaderViewInfos, mFooterViewInfos, mAdapter);
82637 Landroid/widget/ListView;->wrapHeaderListAdapterInternal()V82638 Landroid/widget/ListView;->wrapHeaderListAdapterInternal(Ljava/util/ArrayList;Ljava/util/ArrayList;…