Searched refs:findFragmentById (Results 1 – 10 of 10) sorted by relevance
35 Fragment fragment = fm.findFragmentById(containerViewId); in onCreate()
55 Fragment existingFragment = fm.findFragmentById(android.R.id.content); in onCreate()
48 if (fm.findFragmentById(android.R.id.content) == null) { in onCreate()
90 .getFragmentManager().findFragmentById(R.id.content); in onDialogStateRestored()
170 mFragment = mFragments.getFragmentManager().findFragmentById(VIEW_ID); in recreateFragment()
54 Fragment fragment = getFragmentManager().findFragmentById(fragmentId); in onListItemClick()
201 public abstract Fragment findFragmentById(int id); in findFragmentById() method in FragmentManager1826 public Fragment findFragmentById(int id) { in findFragmentById() method in FragmentManagerImpl3541 Fragment fragment = id != View.NO_ID ? findFragmentById(id) : null; in onCreateView()3546 fragment = findFragmentById(containerId); in onCreateView()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
4255 method public abstract android.app.Fragment findFragmentById(int);
5097 method @Deprecated public abstract android.app.Fragment findFragmentById(int);