Searched refs:WatchHeaderListAdapter (Results 1 – 1 of 1) sorted by relevance
52 return new WatchHeaderListAdapter(headerViewInfos, footerViewInfos, adapter); in wrapHeaderListAdapterInternal()113 if (!(adapter instanceof WatchHeaderListAdapter)) { in wrapAdapterIfNecessary()117 ((WatchHeaderListAdapter) getAdapter()).setTopPanel(mTopPanel); in wrapAdapterIfNecessary()122 private static class WatchHeaderListAdapter extends HeaderViewListAdapter { class in WatchHeaderListView125 public WatchHeaderListAdapter( in WatchHeaderListAdapter() method in WatchHeaderListView.WatchHeaderListAdapter