Searched refs:exitResId (Results 1 – 3 of 3) sorted by relevance
/frameworks/support/customtabs/src/android/support/customtabs/ |
D | CustomTabsIntent.java | 491 @NonNull Context context, @AnimRes int enterResId, @AnimRes int exitResId) { in setStartAnimations() argument 493 context, enterResId, exitResId).toBundle(); in setStartAnimations() 505 @NonNull Context context, @AnimRes int enterResId, @AnimRes int exitResId) { in setExitAnimations() argument 507 context, enterResId, exitResId).toBundle(); in setExitAnimations()
|
/frameworks/support/compat/java/android/support/v4/app/ |
D | ActivityOptionsCompat.java | 64 int enterResId, int exitResId) { in makeCustomAnimation() argument 66 return createImpl(ActivityOptions.makeCustomAnimation(context, enterResId, exitResId)); in makeCustomAnimation()
|
/frameworks/base/core/java/android/app/ |
D | ActivityOptions.java | 300 int enterResId, int exitResId) { in makeCustomAnimation() argument 301 return makeCustomAnimation(context, enterResId, exitResId, null, null); in makeCustomAnimation() 324 int enterResId, int exitResId, Handler handler, OnAnimationStartedListener listener) { in makeCustomAnimation() argument 329 opts.mCustomExitResId = exitResId; in makeCustomAnimation()
|