Searched refs:findNamedViews (Results 1 – 7 of 7) sorted by relevance
133 findNamedViews(renamedViews, fragmentView); in addTransitionTargets()324 public static void findNamedViews(Map<String, View> namedViews, View view) { in findNamedViews() method in FragmentTransitionCompat21335 findNamedViews(namedViews, child); in findNamedViews()
157 decorView.findNamedViews(sharedElements); in mapNamedElements()
1046 outFragment.getView().findNamedViews(namedViews); in remapSharedElements()1519 root.findNamedViews(namedViews); in mapEnteringSharedElements()
407 decorView.findNamedViews(sharedElements); in mapSharedElements()
1092 FragmentTransitionCompat21.findNamedViews(namedViews, outFragment.getView()); in remapSharedElements()1345 FragmentTransitionCompat21.findNamedViews(namedViews, root); in mapEnteringSharedElements()
6729 public void findNamedViews(Map<String, View> namedElements) { in findNamedViews() method in ViewGroup6733 super.findNamedViews(namedElements); in findNamedViews()6737 child.findNamedViews(namedElements); in findNamedViews()
20753 public void findNamedViews(Map<String, View> namedElements) {