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

/frameworks/base/core/java/android/app/
H A DFragmentManager.java65 * While the FragmentManager API was introduced in
72 public abstract class FragmentManager { class
77 * retrieved with {@link FragmentManager#getBackStackEntryAt(int)
78 * FragmentManager.getBackStackEntryAt()}.
136 * this FragmentManager.
314 * <li>The Fragment must currently be attached to the FragmentManager.
332 * call has been made on the FragmentManager's Activity, so this instance is now dead.
337 * Print the FragmentManager's state into the given stream.
401 final class FragmentManagerImpl extends FragmentManager implements LayoutInflater.Factory2 {
403 static final String TAG = "FragmentManager";
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentManager.java63 * Static library support version of the framework's {@link android.app.FragmentManager}.
66 * to switch to the framework's implementation. See the framework {@link FragmentManager}
70 * you can acquire the {@link FragmentManager} by calling
73 public abstract class FragmentManager { class
78 * retrieved with {@link FragmentManager#getBackStackEntryAt(int)
79 * FragmentManager.getBackStackEntry()}.
139 * this FragmentManager.
335 * <li>The Fragment must currently be attached to the FragmentManager.
353 * call has been made on the FragmentManager's Activity, so this instance is now dead.
358 * Print the FragmentManager'
[all...]

Completed in 83 milliseconds