Home
last modified time | relevance | path

Searched refs:enterResId (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DActivityOptionsCompat.java69 public static ActivityOptions makeCustomAnimation(Context context, int enterResId, in makeCustomAnimation() argument
71 return ActivityOptions.makeCustomAnimation(context, enterResId, exitResId, callbackHandler, in makeCustomAnimation()
/frameworks/base/core/java/android/app/
DActivityOptions.java354 int enterResId, int exitResId) { in makeCustomAnimation() argument
355 return makeCustomAnimation(context, enterResId, exitResId, null, null); in makeCustomAnimation()
379 int enterResId, int exitResId, Handler handler, OnAnimationStartedListener listener) { in makeCustomAnimation() argument
383 opts.mCustomEnterResId = enterResId; in makeCustomAnimation()