Lines Matching refs:in

5  * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
55 * While the FragmentManager API was introduced in
134 * in the state, and if changes are made after the state is saved then they
139 /** @hide -- remove once prebuilts are in. */
161 * from XML or as the container ID when added in a transaction. This first
171 * from XML or as supplied when added in a transaction. This first
252 * Return the number of entries currently in the back stack.
257 * Return the BackStackEntry at index <var>index</var> in the back stack;
274 * Put a reference to a fragment in a Bundle. This Bundle can be
279 * @param bundle The bundle in which to put the fragment reference.
280 * @param key The name of the entry in the bundle.
290 * @param key The name of the entry in the bundle.
311 * result code are not included in this state.
338 * logs are turned on. If enabled, you will see output in logcat as
360 public FragmentManagerState(Parcel in) {
361 mActive = in.createTypedArray(FragmentState.CREATOR);
362 mAdded = in.createIntArray();
363 mBackStack = in.createTypedArray(BackStackState.CREATOR);
378 public FragmentManagerState createFromParcel(Parcel in) {
379 return new FragmentManagerState(in);
560 + " is not currently in the FragmentManager"));
587 + " is not currently in the FragmentManager"));
606 sb.append(" in ");
624 writer.print(prefix); writer.print("Active Fragments in ");
790 // Fragments that are not currently added will sit in the onCreate() state.
920 // Get rid of this in case we saved it and never needed it.
1224 // We are not already in back stack, so need to remove the fragment.
1489 // If a name or ID is specified, look for that place in
1641 + " has target not in fragment manager: " + f.mTarget));
1751 // retained above), clear mInstance in case we end up re-restoring