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

/frameworks/base/core/java/android/app/
H A DFragmentManager.java71 * While the FragmentManager API was introduced in
78 public abstract class FragmentManager { class
83 * retrieved with {@link FragmentManager#getBackStackEntryAt(int)
84 * FragmentManager.getBackStackEntryAt()}.
142 * this FragmentManager.
316 * Get a list of all fragments that are currently added to the FragmentManager.
324 * @return A list of all fragments that are added to the FragmentManager.
336 * <li>The Fragment must currently be attached to the FragmentManager.
354 * call has been made on the FragmentManager's Activity, so this instance is now dead.
360 * happening in this FragmentManager
[all...]
/frameworks/support/fragment/java/android/support/v4/app/
H A DFragmentManager.java75 * Static library support version of the framework's {@link android.app.FragmentManager}.
78 * to switch to the framework's implementation. See the framework {@link FragmentManager}
82 * you can acquire the {@link FragmentManager} by calling
85 public abstract class FragmentManager { class
90 * retrieved with {@link FragmentManager#getBackStackEntryAt(int)
91 * FragmentManager.getBackStackEntryAt()}.
151 * this FragmentManager.
336 * Get a list of all fragments that are currently added to the FragmentManager.
344 * @return A list of all fragments that are added to the FragmentManager.
356 * <li>The Fragment must currently be attached to the FragmentManager
[all...]

Completed in 169 milliseconds