Searched defs:setCustomAnimations (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | FragmentTransaction.java | 200 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
|
D | BackStackRecord.java | 510 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/ |
D | FragmentTransaction.java | 229 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
|
D | BackStackRecord.java | 491 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
|