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

/development/samples/ApiDemos/src/com/example/android/apis/app/
H A DFragmentArguments.java45 Fragment newFragment = MyFragment.newInstance("From Arguments");
53 public static class MyFragment extends Fragment { class in class:FragmentArguments
57 * Create a new instance of MyFragment that will be initialized
60 static MyFragment newInstance(CharSequence label) {
61 MyFragment f = new MyFragment();
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DFragmentArgumentsSupport.java47 Fragment newFragment = MyFragment.newInstance("From Arguments");
55 public static class MyFragment extends Fragment { class in class:FragmentArgumentsSupport
59 * Create a new instance of MyFragment that will be initialized
62 static MyFragment newInstance(CharSequence label) {
63 MyFragment f = new MyFragment();

Completed in 74 milliseconds