Home
last modified time | relevance | path

Searched defs:findNamedViews (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/fragment/java/android/support/v4/app/
DFragmentTransitionImpl.java210 void findNamedViews(Map<String, View> namedViews, View view) { in findNamedViews() method in FragmentTransitionImpl
/frameworks/base/core/java/android/view/
DViewGroup.java7394 public void findNamedViews(Map<String, View> namedElements) { in findNamedViews() method in ViewGroup