Searched refs:getCurrentPage (Results 1 – 4 of 4) 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
2132 tabHost.setCurrentTab(mMultiProfilePagerAdapter.getCurrentPage());