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

/frameworks/base/core/java/android/app/
H A DFragmentManager.java57 * While the FragmentManager API was introduced in
64 public abstract class FragmentManager { class
69 * retrieved with {@link FragmentManager#getBackStackEntryAt(int)
70 * FragmentManager.getBackStackEntry()}.
128 * this FragmentManager.
306 * <li>The Fragment must currently be attached to the FragmentManager.
324 * call has been made on the FragmentManager's Activity, so this instance is now dead.
329 * Print the FragmentManager's state into the given stream.
400 final class FragmentManagerImpl extends FragmentManager {
402 static final String TAG = "FragmentManager";
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentManager.java52 * Static library support version of the framework's {@link android.app.FragmentManager}.
55 * to switch to the framework's implementation. See the framework {@link FragmentManager}
59 * you can acquire the {@link FragmentManager} by calling
62 public abstract class FragmentManager { class
67 * retrieved with {@link FragmentManager#getBackStackEntryAt(int)
68 * FragmentManager.getBackStackEntry()}.
126 * this FragmentManager.
313 * <li>The Fragment must currently be attached to the FragmentManager.
330 * Print the FragmentManager's state into the given stream.
395 final class FragmentManagerImpl extends FragmentManager {
[all...]

Completed in 119 milliseconds