Searched refs:CountingFragment (Results 1 - 22 of 22) sorted by relevance

/frameworks/support/frameworks/support/samples/Support13Demos/src/com/example/android/supportv13/app/
H A DCountingFragment.java27 public class CountingFragment extends Fragment { class in inherits:Fragment
31 * Create a new instance of CountingFragment, providing "num"
34 static CountingFragment newInstance(int num) {
35 CountingFragment f = new CountingFragment();
H A DFragmentTabsFragment.java37 CountingFragment.class, null);
H A DActionBarTabsPager.java55 CountingFragment.class, null);
H A DFragmentNestingPagerSupport.java51 CountingFragment.class, null);
H A DFragmentNestingStatePagerSupport.java51 CountingFragment.class, null);
/frameworks/support/samples/Support13Demos/src/com/example/android/supportv13/app/
H A DCountingFragment.java27 public class CountingFragment extends Fragment { class in inherits:Fragment
31 * Create a new instance of CountingFragment, providing "num"
34 static CountingFragment newInstance(int num) {
35 CountingFragment f = new CountingFragment();
H A DFragmentTabsFragment.java37 CountingFragment.class, null);
H A DActionBarTabsPager.java55 CountingFragment.class, null);
H A DFragmentNestingPagerSupport.java51 CountingFragment.class, null);
H A DFragmentNestingStatePagerSupport.java51 CountingFragment.class, null);
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DFragmentCustomAnimationSupport.java51 Fragment newFragment = CountingFragment.newInstance(mStackLevel);
70 Fragment newFragment = CountingFragment.newInstance(mStackLevel);
86 public static class CountingFragment extends Fragment { class in class:FragmentCustomAnimationSupport
90 * Create a new instance of CountingFragment, providing "num"
93 static CountingFragment newInstance(int num) {
94 CountingFragment f = new CountingFragment();
H A DFragmentStackSupport.java63 Fragment newFragment = CountingFragment.newInstance(mStackLevel);
82 Fragment newFragment = CountingFragment.newInstance(mStackLevel);
95 public static class CountingFragment extends Fragment { class in class:FragmentStackSupport
99 * Create a new instance of CountingFragment, providing "num"
102 static CountingFragment newInstance(int num) {
103 CountingFragment f = new CountingFragment();
H A DFragmentStackFragmentSupport.java40 Fragment newFragment = FragmentStackSupport.CountingFragment.newInstance(mStackLevel);
91 Fragment newFragment = FragmentStackSupport.CountingFragment.newInstance(mStackLevel);
H A DFragmentTabs.java41 FragmentStackSupport.CountingFragment.class, null);
H A DFragmentTabsFragmentSupport.java38 FragmentStackSupport.CountingFragment.class, null);
H A DFragmentTabsPager.java56 FragmentStackSupport.CountingFragment.class, null);
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DFragmentCustomAnimationSupport.java51 Fragment newFragment = CountingFragment.newInstance(mStackLevel);
70 Fragment newFragment = CountingFragment.newInstance(mStackLevel);
86 public static class CountingFragment extends Fragment { class in class:FragmentCustomAnimationSupport
90 * Create a new instance of CountingFragment, providing "num"
93 static CountingFragment newInstance(int num) {
94 CountingFragment f = new CountingFragment();
H A DFragmentStackSupport.java63 Fragment newFragment = CountingFragment.newInstance(mStackLevel);
82 Fragment newFragment = CountingFragment.newInstance(mStackLevel);
95 public static class CountingFragment extends Fragment { class in class:FragmentStackSupport
99 * Create a new instance of CountingFragment, providing "num"
102 static CountingFragment newInstance(int num) {
103 CountingFragment f = new CountingFragment();
H A DFragmentStackFragmentSupport.java40 Fragment newFragment = FragmentStackSupport.CountingFragment.newInstance(mStackLevel);
91 Fragment newFragment = FragmentStackSupport.CountingFragment.newInstance(mStackLevel);
H A DFragmentTabs.java41 FragmentStackSupport.CountingFragment.class, null);
H A DFragmentTabsFragmentSupport.java38 FragmentStackSupport.CountingFragment.class, null);
H A DFragmentTabsPager.java56 FragmentStackSupport.CountingFragment.class, null);

Completed in 2470 milliseconds