Searched defs:setCustomAnimations (Results 1 – 4 of 4) sorted by relevance
| /frameworks/support/fragment/java/android/support/v4/app/ |
| D | FragmentTransaction.java | 186 public abstract FragmentTransaction setCustomAnimations(@AnimRes int enter, in setCustomAnimations() method in FragmentTransaction 195 public abstract FragmentTransaction setCustomAnimations(@AnimRes int enter, in setCustomAnimations() method in FragmentTransaction
|
| D | BackStackRecord.java | 536 public FragmentTransaction setCustomAnimations(int enter, int exit) { in setCustomAnimations() method in BackStackRecord 541 public FragmentTransaction setCustomAnimations(int enter, int exit, in setCustomAnimations() method in BackStackRecord
|
| /frameworks/base/core/java/android/app/ |
| D | FragmentTransaction.java | 172 public abstract FragmentTransaction setCustomAnimations(@AnimatorRes int enter, in setCustomAnimations() method in FragmentTransaction 181 public abstract FragmentTransaction setCustomAnimations(@AnimatorRes int enter, in setCustomAnimations() method in FragmentTransaction
|
| D | BackStackRecord.java | 554 public FragmentTransaction setCustomAnimations(int enter, int exit) { in setCustomAnimations() method in BackStackRecord 558 public FragmentTransaction setCustomAnimations(int enter, int exit, in setCustomAnimations() method in BackStackRecord
|