HomeSort by relevance Sort by last modified time
    Searched refs:SectionsPagerAdapter (Results 1 - 4 of 4) sorted by null

  /cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/src/com/android/cts/uiautomator/
Test4DetailFragment.java 43 SectionsPagerAdapter mSectionsPagerAdapter;
78 mSectionsPagerAdapter = new SectionsPagerAdapter(getActivity().getSupportFragmentManager());
122 public class SectionsPagerAdapter extends FragmentPagerAdapter {
124 public SectionsPagerAdapter(FragmentManager fm) {
  /developers/samples/android/ui/views/HorizontalPaging/HorizontalPagingSample/src/main/java/com/example/android/horizontalpaging/
MainActivity.java 28 SectionsPagerAdapter mSectionsPagerAdapter;
39 * <p>A {@link SectionsPagerAdapter} will be instantiated to hold the different pages of
64 mSectionsPagerAdapter = new SectionsPagerAdapter(getSupportFragmentManager());
131 public class SectionsPagerAdapter extends FragmentPagerAdapter {
134 public SectionsPagerAdapter(FragmentManager fm) {
  /development/samples/browseable/HorizontalPaging/src/com.example.android.horizontalpaging/
MainActivity.java 28 SectionsPagerAdapter mSectionsPagerAdapter;
39 * <p>A {@link SectionsPagerAdapter} will be instantiated to hold the different pages of
64 mSectionsPagerAdapter = new SectionsPagerAdapter(getSupportFragmentManager());
131 public class SectionsPagerAdapter extends FragmentPagerAdapter {
134 public SectionsPagerAdapter(FragmentManager fm) {
  /frameworks/uiautomator/tests/CtsUiAutomatorTest/testapp/src/com/android/uiautomator/tests/cts/testapp/
Test4DetailFragment.java 43 SectionsPagerAdapter mSectionsPagerAdapter;
78 mSectionsPagerAdapter = new SectionsPagerAdapter(getActivity().getSupportFragmentManager());
122 public class SectionsPagerAdapter extends FragmentPagerAdapter {
124 public SectionsPagerAdapter(FragmentManager fm) {

Completed in 426 milliseconds