Lines Matching full:fragment
375 <li>New {@link android.app.Fragment.SavedState} class holds the state
376 information retrieved from a fragment instance through
377 {@link android.app.FragmentManager#saveFragmentInstanceState(android.app.Fragment) saveFragmentInstanceState()}.</li>
378 <li>New method {@link android.app.FragmentManager#saveFragmentInstanceState(android.app.Fragment) saveFragmentInstanceState()}
380 the given Fragment. The state can be used later when creating a new instance
381 of the Fragment that matches the current state.</li>
382 Fragment#setInitialSavedState(SavedState) setInitialSavedState()}
383 sets the initial saved state for a Fragment when first constructed.</li>
384 <li>New {@link android.app.Fragment#onViewCreated(android.view.View, android.os.Bundle)
385 onViewCreated()} callback method notifies the Fragment that
386 {@link android.app.Fragment#onCreateView(LayoutInflater, ViewGroup, Bundle) onCreateView()}
388 <li>{@link android.app.Fragment#isDetached()} method determines whether
389 the Fragment has been explicitly detached from the UI.</li>
390 <li>New {@link android.app.FragmentTransaction#attach(android.app.Fragment) attach()}
391 and {@link android.app.FragmentTransaction#detach(android.app.Fragment) detach()}
433 Library provides a version of the Fragment API that is compatible down to