Searched refs:containedBeforeIndex (Results 1 – 1 of 1) sorted by relevance
963 if (containedBeforeIndex(views, startView, startIndex)) { in bfsAddViewChildren()974 if (!containedBeforeIndex(views, child, startIndex)) { in bfsAddViewChildren()985 private static boolean containedBeforeIndex(final List<View> views, final View view, in containedBeforeIndex() method in FragmentTransition