Home
last modified time | relevance | path

Searched refs:mSectionsPagerAdapter (Results 1 – 1 of 1) sorted by relevance

/development/samples/browseable/HorizontalPaging/src/com.example.android.horizontalpaging/
DMainActivity.java28 SectionsPagerAdapter mSectionsPagerAdapter; field in MainActivity
64 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()