Searched refs:getCurrentPage (Results 1 – 5 of 5) sorted by relevance
146 return getAdapterForIndex(getCurrentPage()).getListAdapter(); in getActiveListAdapter()155 return getAdapterForIndex(1 - getCurrentPage()).getListAdapter(); in getInactiveListAdapter()174 return getAdapterForIndex(getCurrentPage()); in getCurrentRootAdapter()179 return getListViewForIndex(getCurrentPage()); in getActiveAdapterView()188 return getListViewForIndex(1 - getCurrentPage()); in getInactiveAdapterView()
125 return getAdapterForIndex(getCurrentPage()); in getActiveListAdapter()134 return getAdapterForIndex(1 - getCurrentPage()); in getInactiveListAdapter()158 return getListViewForIndex(getCurrentPage()); in getActiveAdapterView()167 return getListViewForIndex(1 - getCurrentPage()); in getInactiveAdapterView()
147 protected int getCurrentPage() { in getCurrentPage() method in AbstractMultiProfilePagerAdapter
2826 int currentPage = mChooserMultiProfilePagerAdapter.getCurrentPage();2878 .setupListAdapter(mChooserMultiProfilePagerAdapter.getCurrentPage());
2056 tabHost.setCurrentTab(mMultiProfilePagerAdapter.getCurrentPage());