Searched refs:RecentRowAdapter (Results 1 – 1 of 1) sorted by relevance
74 private RecentRowAdapter mRecentAdapter;422 mRecentAdapter = new RecentRowAdapter(MAX_RECENT_ITEM_COUNT); in startBrowseIfDvrInitialized()747 private class RecentRowAdapter extends SortedArrayAdapter<Object> { class in DvrBrowseFragment748 RecentRowAdapter(int maxItemCount) { in RecentRowAdapter() method in DvrBrowseFragment.RecentRowAdapter