Lines Matching defs:containerId

675                     int containerId = f.mContainerId;
681 if (old.mContainerId == containerId) {
747 int containerId = fragment.mContainerId;
748 if (containerId != 0 && !fragment.isHidden() && fragment.isAdded() &&
749 fragment.getView() != null && fragments.get(containerId) == null) {
750 fragments.put(containerId, fragment);
757 int containerId = fragment.mContainerId;
758 if (containerId != 0) {
759 fragments.put(containerId, fragment);
1029 int containerId = firstOutFragments.keyAt(i);
1030 if (configureTransitions(containerId, state, isBack, firstOutFragments,
1038 int containerId = lastInFragments.keyAt(i);
1039 if (firstOutFragments.get(containerId) == null &&
1040 configureTransitions(containerId, state, isBack, firstOutFragments,
1121 * @param containerId The container ID of the fragments to configure the transition for.
1130 private boolean configureTransitions(int containerId, TransitionState state, boolean isBack,
1132 ViewGroup sceneRoot = (ViewGroup) mManager.mContainer.onFindViewById(containerId);
1136 final Fragment inFragment = lastInFragments.get(containerId);
1137 Fragment outFragment = firstOutFragments.get(containerId);
1211 excludeHiddenFragmentsAfterEnter(sceneRoot, state, containerId, transition);
1217 excludeHiddenFragments(state, containerId, transition);
1358 final int containerId, final Object transition) {
1363 excludeHiddenFragments(state, containerId, transition);
1369 private void excludeHiddenFragments(TransitionState state, int containerId, Object transition) {
1374 fragment.mContainerId == containerId) {