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

/frameworks/base/core/java/android/app/
H A DFragmentManager.java60 * While the FragmentManager API was introduced in
67 public abstract class FragmentManager { class
72 * retrieved with {@link FragmentManager#getBackStackEntryAt(int)
73 * FragmentManager.getBackStackEntry()}.
131 * this FragmentManager.
309 * <li>The Fragment must currently be attached to the FragmentManager.
327 * call has been made on the FragmentManager's Activity, so this instance is now dead.
332 * Print the FragmentManager's state into the given stream.
404 final class FragmentManagerImpl extends FragmentManager implements LayoutInflater.Factory2 {
406 static final String TAG = "FragmentManager";
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentManager.java59 * Static library support version of the framework's {@link android.app.FragmentManager}.
62 * to switch to the framework's implementation. See the framework {@link FragmentManager}
66 * you can acquire the {@link FragmentManager} by calling
69 public abstract class FragmentManager { class
74 * retrieved with {@link FragmentManager#getBackStackEntryAt(int)
75 * FragmentManager.getBackStackEntry()}.
135 * this FragmentManager.
322 * <li>The Fragment must currently be attached to the FragmentManager.
340 * call has been made on the FragmentManager's Activity, so this instance is now dead.
345 * Print the FragmentManager'
[all...]

Completed in 245 milliseconds