Searched refs:ChooserProfileDescriptor (Results 1 – 1 of 1) sorted by relevance
39 private final ChooserProfileDescriptor[] mItems;52 mItems = new ChooserProfileDescriptor[] { in ChooserMultiProfilePagerAdapter()69 mItems = new ChooserProfileDescriptor[] { in ChooserMultiProfilePagerAdapter()76 private ChooserProfileDescriptor createProfileDescriptor( in createProfileDescriptor()81 ChooserProfileDescriptor profileDescriptor = in createProfileDescriptor()82 new ChooserProfileDescriptor(rootView, adapter); in createProfileDescriptor()97 public ChooserProfileDescriptor getItem(int pageIndex) { in getItem()203 class ChooserProfileDescriptor extends ProfileDescriptor { class in ChooserMultiProfilePagerAdapter206 ChooserProfileDescriptor(ViewGroup rootView, ChooserActivity.ChooserGridAdapter adapter) { in ChooserProfileDescriptor() method in ChooserMultiProfilePagerAdapter.ChooserProfileDescriptor