Searched refs:findNamedViews (Results 1 – 7 of 7) sorted by relevance
169 findNamedViews(renamedViews, fragmentView); in addTransitionTargets()363 public static void findNamedViews(Map<String, View> namedViews, View view) { in findNamedViews() method in FragmentTransitionCompat21374 findNamedViews(namedViews, child); in findNamedViews()
162 decorView.findNamedViews(sharedElements); in mapNamedElements()
1089 outFragment.getView().findNamedViews(namedViews); in remapSharedElements()1594 root.findNamedViews(namedViews); in mapEnteringSharedElements()
409 decorView.findNamedViews(sharedElements); in mapSharedElements()
1129 FragmentTransitionCompat21.findNamedViews(namedViews, outFragment.getView()); in remapSharedElements()1392 FragmentTransitionCompat21.findNamedViews(namedViews, root); in mapEnteringSharedElements()
6899 public void findNamedViews(Map<String, View> namedElements) { in findNamedViews() method in ViewGroup6903 super.findNamedViews(namedElements); in findNamedViews()6907 child.findNamedViews(namedElements); in findNamedViews()
21809 public void findNamedViews(Map<String, View> namedElements) { in findNamedViews() method