List of usage examples for android.app FragmentManager subclass-usage
From source file android.app.FragmentManager.java
/** * Container for fragments associated with an activity. */ final class FragmentManagerImpl extends FragmentManager { static boolean DEBUG = false; static final String TAG = "FragmentManager";
From source file android.app.FragmentManager.java
/** * Container for fragments associated with an activity. */ final class FragmentManagerImpl extends FragmentManager implements LayoutInflater.Factory2 { static boolean DEBUG = false; static final String TAG = "FragmentManager";