Home
last modified time | relevance | path

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

/development/samples/training/EffectiveNavigation/src/com/example/android/effectivenavigation/
DMainActivity.java41 AppSectionsPagerAdapter mAppSectionsPagerAdapter;
55 mAppSectionsPagerAdapter = new AppSectionsPagerAdapter(getSupportFragmentManager()); in onCreate()
111 public static class AppSectionsPagerAdapter extends FragmentPagerAdapter { class in MainActivity
113 public AppSectionsPagerAdapter(FragmentManager fm) { in AppSectionsPagerAdapter() method in MainActivity.AppSectionsPagerAdapter