Lines Matching refs:fragments

801     private static void setFirstOut(SparseArray<Fragment> fragments, Fragment fragment) {
805 fragment.getView() != null && fragments.get(containerId) == null) {
806 fragments.put(containerId, fragment);
811 private void setLastIn(SparseArray<Fragment> fragments, Fragment fragment) {
815 fragments.put(containerId, fragment);
821 * Finds the first removed fragment and last added fragments when going forward.
822 * If none of the fragments have transitions, then both lists will be empty.
824 * @param firstOutFragments The list of first fragments to be removed, keyed on the
826 * @param lastInFragments The list of last fragments to be added, keyed on the
879 * Finds the first removed fragment and last added fragments when popping the back stack.
880 * If none of the fragments have transitions, then both lists will be empty.
882 * @param firstOutFragments The list of first fragments to be removed, keyed on the
884 * @param lastInFragments The list of last fragments to be added, keyed on the
948 * @param firstOutFragments The list of first fragments to be removed, keyed on the
950 * @param lastInFragments The list of last fragments to be added, keyed on the
967 // Go over all leaving fragments.
974 // Now go over all entering fragments that didn't have a leaving fragment.
1096 // Don't include any newly-hidden fragments in the transition.
1186 // excluded fragments views (hidden fragments) will still be in the transition.
1233 * @param containerId The container ID of the fragments to configure the transition for.
1235 * @param firstOutFragments The list of first fragments to be removed, keyed on the
1237 * @param lastInFragments The list of last fragments to be added, keyed on the
1309 // Now exclude all currently hidden fragments.