Lines Matching defs:fragments

746     private static void setFirstOut(SparseArray<Fragment> fragments, Fragment fragment) {
750 fragment.getView() != null && fragments.get(containerId) == null) {
751 fragments.put(containerId, fragment);
756 private void setLastIn(SparseArray<Fragment> fragments, Fragment fragment) {
760 fragments.put(containerId, fragment);
766 * Finds the first removed fragment and last added fragments when going forward.
767 * If none of the fragments have transitions, then both lists will be empty.
769 * @param firstOutFragments The list of first fragments to be removed, keyed on the
771 * @param lastInFragments The list of last fragments to be added, keyed on the
824 * Finds the first removed fragment and last added fragments when popping the back stack.
825 * If none of the fragments have transitions, then both lists will be empty.
827 * @param firstOutFragments The list of first fragments to be removed, keyed on the
829 * @param lastInFragments The list of last fragments to be added, keyed on the
1006 * @param firstOutFragments The list of first fragments to be removed, keyed on the
1008 * @param lastInFragments The list of last fragments to be added, keyed on the
1026 // Go over all leaving fragments.
1035 // Now go over all entering fragments that didn't have a leaving fragment.
1120 * @param containerId The container ID of the fragments to configure the transition for.
1122 * @param firstOutFragments The list of first fragments to be removed, keyed on the
1124 * @param lastInFragments The list of last fragments to be added, keyed on the
1213 // Now exclude all currently hidden fragments.