Searched refs:getCurrentPage (Results 1 – 5 of 5) sorted by relevance
135 return getAdapterForIndex(getCurrentPage()).getListAdapter(); in getActiveListAdapter()144 return getAdapterForIndex(1 - getCurrentPage()).getListAdapter(); in getInactiveListAdapter()160 return getAdapterForIndex(getCurrentPage()); in getCurrentRootAdapter()165 return getListViewForIndex(getCurrentPage()); in getActiveAdapterView()174 return getListViewForIndex(1 - getCurrentPage()); in getInactiveAdapterView()
142 return getAdapterForIndex(getCurrentPage()); in getActiveListAdapter()151 return getAdapterForIndex(1 - getCurrentPage()); in getInactiveListAdapter()172 return getListViewForIndex(getCurrentPage()); in getActiveAdapterView()181 return getListViewForIndex(1 - getCurrentPage()); in getInactiveAdapterView()
191 protected int getCurrentPage() { in getCurrentPage() method in AbstractMultiProfilePagerAdapter
2827 int currentPage = mChooserMultiProfilePagerAdapter.getCurrentPage();2880 .setupListAdapter(mChooserMultiProfilePagerAdapter.getCurrentPage());
1663 tabHost.setCurrentTab(mMultiProfilePagerAdapter.getCurrentPage());