Searched refs:MyFragment (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DFragmentArgumentsSupport.java48 Fragment newFragment = MyFragment.newInstance("From Arguments");
56 public static class MyFragment extends Fragment { class in class:FragmentArgumentsSupport
60 * Create a new instance of MyFragment that will be initialized
63 static MyFragment newInstance(CharSequence label) {
64 MyFragment f = new MyFragment();
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DFragmentArgumentsSupport.java48 Fragment newFragment = MyFragment.newInstance("From Arguments");
56 public static class MyFragment extends Fragment { class in class:FragmentArgumentsSupport
60 * Create a new instance of MyFragment that will be initialized
63 static MyFragment newInstance(CharSequence label) {
64 MyFragment f = new MyFragment();

Completed in 118 milliseconds