Searched refs:mSectionsPagerAdapter (Results 1 – 1 of 1) sorted by relevance
28 SectionsPagerAdapter mSectionsPagerAdapter; field in MainActivity64 mSectionsPagerAdapter = new SectionsPagerAdapter(getSupportFragmentManager()); in onCreate()68 mViewPager.setAdapter(mSectionsPagerAdapter); in onCreate()84 for (int i = 0; i < mSectionsPagerAdapter.getCount(); i++) { in onCreate()90 .setText(mSectionsPagerAdapter.getPageTitle(i)) in onCreate()