Lines Matching refs:fragments

745     private static void setFirstOut(SparseArray<Fragment> fragments, Fragment fragment) {
749 fragment.getView() != null && fragments.get(containerId) == null) {
750 fragments.put(containerId, fragment);
755 private void setLastIn(SparseArray<Fragment> fragments, Fragment fragment) {
759 fragments.put(containerId, fragment);
765 * Finds the first removed fragment and last added fragments when going forward.
766 * If none of the fragments have transitions, then both lists will be empty.
768 * @param firstOutFragments The list of first fragments to be removed, keyed on the
770 * @param lastInFragments The list of last fragments to be added, keyed on the
823 * Finds the first removed fragment and last added fragments when popping the back stack.
824 * If none of the fragments have transitions, then both lists will be empty.
826 * @param firstOutFragments The list of first fragments to be removed, keyed on the
828 * @param lastInFragments The list of last fragments to be added, keyed on the
1007 * @param firstOutFragments The list of first fragments to be removed, keyed on the
1009 * @param lastInFragments The list of last fragments to be added, keyed on the
1027 // Go over all leaving fragments.
1036 // Now go over all entering fragments that didn't have a leaving fragment.
1121 * @param containerId The container ID of the fragments to configure the transition for.
1123 * @param firstOutFragments The list of first fragments to be removed, keyed on the
1125 * @param lastInFragments The list of last fragments to be added, keyed on the
1216 // Now exclude all currently hidden fragments.