Searched defs:fragments (Results 1 - 4 of 4) sorted by relevance

/frameworks/ex/photoviewer/src/com/android/ex/photo/fragments/
H A DPhotoViewFragment.java18 package com.android.ex.photo.fragments;
81 "com.android.mail.photo.fragments.PhotoViewFragment.INTENT";
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
H A DPhotoViewFragment.java18 package com.android.ex.photo.fragments;
81 "com.android.mail.photo.fragments.PhotoViewFragment.INTENT";
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentActivity.java65 * if you change fragments between the state save and the activity being stopped.
73 static final String FRAGMENTS_TAG = "android:support:fragments";
125 ArrayList<Fragment> fragments; field in class:FragmentActivity.NonConfigurationInstances
180 * Dispatch configuration change to all fragments.
189 * Perform initialization of all fragments and loaders.
208 mFragments.restoreAllState(p, nc != null ? nc.fragments : null);
316 * Destroy all fragments and loaders.
348 * Dispatch onLowMemory() to all fragments.
357 * Dispatch context and options menu to fragments.
378 * Call onOptionsMenuClosed() on fragments
[all...]
/frameworks/base/core/java/android/app/
H A DActivity.java656 static final String FRAGMENTS_TAG = "android:fragments";
701 ArrayList<Fragment> fragments; field in class:Activity.NonConfigurationInstances
894 ? mLastNonConfigurationInstances.fragments : null);
1608 ArrayList<Fragment> fragments = mFragments.retainNonConfig();
1627 if (activity == null && children == null && fragments == null && !retainLoaders) {
1634 nci.fragments = fragments;
1652 * Return the FragmentManager for interacting with fragments associated
4667 * This implementation handles <fragment> tags to embed fragments inside

Completed in 122 milliseconds