Searched refs:setCustomAnimations (Results 1 – 6 of 6) 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 511 return setCustomAnimations(enter, exit, 0, 0); in setCustomAnimations() 514 public FragmentTransaction setCustomAnimations(int enter, int exit, in setCustomAnimations() method in BackStackRecord
|
/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/ |
D | BaseSetupWizardActivity.java | 187 .setCustomAnimations( in setContentFragment()
|
D | BaseActivity.java | 188 .setCustomAnimations( in setContentFragment()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 4309 method public abstract android.app.FragmentTransaction setCustomAnimations(int, int); 4310 method public abstract android.app.FragmentTransaction setCustomAnimations(int, int, int, int);
|
/frameworks/base/api/ |
D | current.txt | 5009 …method @Deprecated public abstract android.app.FragmentTransaction setCustomAnimations(@AnimatorRe… 5010 …method @Deprecated public abstract android.app.FragmentTransaction setCustomAnimations(@AnimatorRe…
|