Home
last modified time | relevance | path

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

/development/samples/browseable/HorizontalPaging/src/com.example.android.horizontalpaging/
DMainActivity.java28 SectionsPagerAdapter mSectionsPagerAdapter;
64 mSectionsPagerAdapter = new SectionsPagerAdapter(getSupportFragmentManager()); in onCreate()
131 public class SectionsPagerAdapter extends FragmentPagerAdapter { class in MainActivity
134 public SectionsPagerAdapter(FragmentManager fm) { in SectionsPagerAdapter() method in MainActivity.SectionsPagerAdapter