Home | History | Annotate | Download | only in app

Lines Matching refs:firstOutFragments

745         SparseArray<Fragment> firstOutFragments = new SparseArray<Fragment>();
747 calculateFragments(firstOutFragments, lastInFragments);
748 beginTransition(firstOutFragments, lastInFragments, false);
864 * @param firstOutFragments The list of first fragments to be removed, keyed on the
869 private void calculateFragments(SparseArray<Fragment> firstOutFragments,
889 setFirstOut(firstOutFragments, old);
898 setFirstOut(firstOutFragments, op.fragment);
901 setFirstOut(firstOutFragments, op.fragment);
907 setFirstOut(firstOutFragments, op.fragment);
922 * @param firstOutFragments
927 public void calculateBackFragments(SparseArray<Fragment> firstOutFragments,
936 setFirstOut(firstOutFragments, op.fragment);
944 setFirstOut(firstOutFragments, op.fragment);
953 setFirstOut(firstOutFragments, op.fragment);
959 setFirstOut(firstOutFragments, op.fragment);
988 * @param firstOutFragments The list of first fragments to be removed, keyed on the
998 private TransitionState beginTransition(SparseArray<Fragment> firstOutFragments,
1008 for (int i = 0; i < firstOutFragments.size(); i++) {
1009 int containerId = firstOutFragments.keyAt(i);
1010 configureTransitions(containerId, state, isBack, firstOutFragments,
1017 if (firstOutFragments.get(containerId) == null) {
1018 configureTransitions(containerId, state, isBack, firstOutFragments,
1266 * @param firstOutFragments The list of first fragments to be removed, keyed on the
1274 SparseArray<Fragment> firstOutFragments, SparseArray<Fragment> lastInFragments) {
1278 Fragment outFragment = firstOutFragments.get(containerId);
1505 SparseArray<Fragment> firstOutFragments, SparseArray<Fragment> lastInFragments) {
1515 if (firstOutFragments.size() != 0 || lastInFragments.size() != 0) {
1516 state = beginTransition(firstOutFragments, lastInFragments, true);