Home
last modified time | relevance | path

Searched refs:makeCustomAnimation (Results 1 – 9 of 9) sorted by relevance

/frameworks/support/v4/jellybean/android/support/v4/app/
DActivityOptionsCompatJB.java27 public static ActivityOptionsCompatJB makeCustomAnimation(Context context, in makeCustomAnimation() method in ActivityOptionsCompatJB
30 ActivityOptions.makeCustomAnimation(context, enterResId, exitResId)); in makeCustomAnimation()
/frameworks/support/v4/java/android/support/v4/app/
DActivityOptionsCompat.java43 public static ActivityOptionsCompat makeCustomAnimation(Context context, in makeCustomAnimation() method in ActivityOptionsCompat
47 ActivityOptionsCompatJB.makeCustomAnimation(context, enterResId, exitResId)); in makeCustomAnimation()
/frameworks/base/core/java/android/app/
DActivityOptions.java128 public static ActivityOptions makeCustomAnimation(Context context, in makeCustomAnimation() method in ActivityOptions
130 return makeCustomAnimation(context, enterResId, exitResId, null, null); in makeCustomAnimation()
152 public static ActivityOptions makeCustomAnimation(Context context, in makeCustomAnimation() method in ActivityOptions
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
DRecents.java62 ActivityOptions opts = ActivityOptions.makeCustomAnimation(mContext, in toggleRecents()
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardActivityLauncher.java163 : ActivityOptions.makeCustomAnimation(context, 0, 0).toBundle(); in launchActivity()
DKeyguardHostView.java1718 final ActivityOptions opts = ActivityOptions.makeCustomAnimation(mContext, in showAssistant()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSearchPanelView.java107 ActivityOptions opts = ActivityOptions.makeCustomAnimation(mContext, in startAssistActivity()
/frameworks/base/docs/html/about/versions/
Dandroid-4.1.jd665 <dt>{@link android.app.ActivityOptions#makeCustomAnimation
666 makeCustomAnimation()}</dt>
/frameworks/base/api/
Dcurrent.txt3076 …method public static android.app.ActivityOptions makeCustomAnimation(android.content.Context, int,…