Home
last modified time | relevance | path

Searched defs:setCustomAnimations (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/
DFragmentTransaction.java200 public abstract FragmentTransaction setCustomAnimations(@AnimatorRes int enter, in setCustomAnimations() method in FragmentTransaction
209 public abstract FragmentTransaction setCustomAnimations(@AnimatorRes int enter, in setCustomAnimations() method in FragmentTransaction
DBackStackRecord.java510 public FragmentTransaction setCustomAnimations(int enter, int exit) { in setCustomAnimations() method in BackStackRecord
514 public FragmentTransaction setCustomAnimations(int enter, int exit, in setCustomAnimations() method in BackStackRecord
/frameworks/support/fragment/src/main/java/androidx/fragment/app/
DFragmentTransaction.java229 public abstract FragmentTransaction setCustomAnimations(@AnimatorRes @AnimRes int enter, in setCustomAnimations() method in FragmentTransaction
250 public abstract FragmentTransaction setCustomAnimations(@AnimatorRes @AnimRes int enter, in setCustomAnimations() method in FragmentTransaction
DBackStackRecord.java491 public FragmentTransaction setCustomAnimations(int enter, int exit) { in setCustomAnimations() method in BackStackRecord
496 public FragmentTransaction setCustomAnimations(int enter, int exit, in setCustomAnimations() method in BackStackRecord