Home
last modified time | relevance | path

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

/frameworks/support/v4/java/android/support/v4/app/
DFragmentTransaction.java186 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
DBackStackRecord.java500 public FragmentTransaction setCustomAnimations(int enter, int exit) { in setCustomAnimations() method in BackStackRecord
504 public FragmentTransaction setCustomAnimations(int enter, int exit, in setCustomAnimations() method in BackStackRecord
/frameworks/base/core/java/android/app/
DFragmentTransaction.java156 public abstract FragmentTransaction setCustomAnimations(int enter, int exit); in setCustomAnimations() method in FragmentTransaction
164 public abstract FragmentTransaction setCustomAnimations(int enter, int exit, in setCustomAnimations() method in FragmentTransaction
DBackStackRecord.java547 public FragmentTransaction setCustomAnimations(int enter, int exit) { in setCustomAnimations() method in BackStackRecord
551 public FragmentTransaction setCustomAnimations(int enter, int exit, in setCustomAnimations() method in BackStackRecord