Searched defs:addSharedElement (Results 1 – 5 of 5) sorted by relevance
227 public abstract FragmentTransaction addSharedElement(View sharedElement, String name); in addSharedElement() method in FragmentTransaction
529 public FragmentTransaction addSharedElement(View sharedElement, String name) { in addSharedElement() method in BackStackRecord
267 public abstract FragmentTransaction addSharedElement(@NonNull View sharedElement, in addSharedElement() method in FragmentTransaction
512 public FragmentTransaction addSharedElement(View sharedElement, String name) { in addSharedElement() method in BackStackRecord
416 public static void addSharedElement(android.app.FragmentTransaction ft, in addSharedElement() method in TransitionHelper