Home
last modified time | relevance | path

Searched refs:makeCustomAnimation (Results 1 – 18 of 18) 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.java45 public static ActivityOptionsCompat makeCustomAnimation(Context context, in makeCustomAnimation() method in ActivityOptionsCompat
49 ActivityOptionsCompatJB.makeCustomAnimation(context, enterResId, exitResId)); in makeCustomAnimation()
/frameworks/support/customtabs/src/android/support/customtabs/
DCustomTabsIntent.java267 ActivityOptions.makeCustomAnimation(context, enterResId, exitResId).toBundle(); in setStartAnimations()
281 ActivityOptions.makeCustomAnimation(context, enterResId, exitResId).toBundle(); in setExitAnimations()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecents.java425 launchOpts = ActivityOptions.makeCustomAnimation(mContext, in showRelativeAffiliatedTask()
430 launchOpts = ActivityOptions.makeCustomAnimation(mContext, in showRelativeAffiliatedTask()
588 return ActivityOptions.makeCustomAnimation(mContext, in getUnknownTransitionActivityOptions()
600 return ActivityOptions.makeCustomAnimation(mContext, in getHomeTransitionActivityOptions()
605 return ActivityOptions.makeCustomAnimation(mContext, in getHomeTransitionActivityOptions()
DRecentsActivity.java221 ActivityOptions.makeCustomAnimation(this, in updateRecentsTasks()
/frameworks/base/core/java/android/app/
DActivityOptions.java197 public static ActivityOptions makeCustomAnimation(Context context, in makeCustomAnimation() method in ActivityOptions
199 return makeCustomAnimation(context, enterResId, exitResId, null, null); in makeCustomAnimation()
221 public static ActivityOptions makeCustomAnimation(Context context, in makeCustomAnimation() method in ActivityOptions
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DEmergencyButton.java133 ActivityOptions.makeCustomAnimation(getContext(), 0, 0).toBundle(), in takeEmergencyCallAction()
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
DAssistManager.java206 final ActivityOptions opts = ActivityOptions.makeCustomAnimation(mContext, in startAssistActivity()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DRecentsView.java561 opts = ActivityOptions.makeCustomAnimation(sourceView.getContext(), in onTaskViewClicked()
/frameworks/base/docs/html/about/versions/
Dandroid-4.1.jd665 <dt>{@link android.app.ActivityOptions#makeCustomAnimation
666 makeCustomAnimation()}</dt>
/frameworks/support/v4/api/
D22.0.0.txt76 …method public static android.support.v4.app.ActivityOptionsCompat makeCustomAnimation(android.cont…
D22.1.0.txt76 …method public static android.support.v4.app.ActivityOptionsCompat makeCustomAnimation(android.cont…
D22.2.1.txt105 …method public static android.support.v4.app.ActivityOptionsCompat makeCustomAnimation(android.cont…
D22.2.0.txt105 …method public static android.support.v4.app.ActivityOptionsCompat makeCustomAnimation(android.cont…
D23.txt113 …method public static android.support.v4.app.ActivityOptionsCompat makeCustomAnimation(android.cont…
Dcurrent.txt113 …method public static android.support.v4.app.ActivityOptionsCompat makeCustomAnimation(android.cont…
/frameworks/base/api/
Dcurrent.txt3711 …method public static android.app.ActivityOptions makeCustomAnimation(android.content.Context, int,…
Dsystem-current.txt3820 …method public static android.app.ActivityOptions makeCustomAnimation(android.content.Context, int,…