Home
last modified time | relevance | path

Searched refs:makeCustomAnimation (Results 1 – 24 of 24) 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/base/packages/SystemUI/src/com/android/systemui/recents/
DRecentsImpl.java422 launchOpts = ActivityOptions.makeCustomAnimation(mContext, in showNextTask()
428 launchOpts = ActivityOptions.makeCustomAnimation(mContext, in showNextTask()
479 launchOpts = ActivityOptions.makeCustomAnimation(mContext, in showRelativeAffiliatedTask()
484 launchOpts = ActivityOptions.makeCustomAnimation(mContext, in showRelativeAffiliatedTask()
678 return ActivityOptions.makeCustomAnimation(mContext, in getUnknownTransitionActivityOptions()
688 return ActivityOptions.makeCustomAnimation(mContext, in getHomeTransitionActivityOptions()
855 startRecentsActivity(ActivityOptions.makeCustomAnimation(mContext, -1, -1)); in startRecentsActivity()
DRecentsActivity.java152 opts = ActivityOptions.makeCustomAnimation(RecentsActivity.this, in run()
/frameworks/support/customtabs/src/android/support/customtabs/
DCustomTabsIntent.java463 mStartAnimationBundle = ActivityOptionsCompat.makeCustomAnimation( in setStartAnimations()
477 Bundle bundle = ActivityOptionsCompat.makeCustomAnimation( in setExitAnimations()
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DEmergencyButton.java144 ActivityOptions.makeCustomAnimation(getContext(), 0, 0).toBundle(), in takeEmergencyCallAction()
/frameworks/base/core/java/android/app/
DActivityOptions.java258 public static ActivityOptions makeCustomAnimation(Context context, in makeCustomAnimation() method in ActivityOptions
260 return makeCustomAnimation(context, enterResId, exitResId, null, null); in makeCustomAnimation()
282 public static ActivityOptions makeCustomAnimation(Context context, in makeCustomAnimation() method in ActivityOptions
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/
DRecentsTvImpl.java71 ActivityOptions opts = ActivityOptions.makeCustomAnimation(mContext, -1, -1); in startRecentsActivity()
DRecentsTvActivity.java174 ActivityOptions opts = ActivityOptions.makeCustomAnimation(RecentsTvActivity.this, in run()
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
DAssistManager.java184 final 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/core/java/android/widget/
DRemoteViews.java243 opts = ActivityOptions.makeCustomAnimation(context, mEnterAnimationId, 0); in onClickHandler()
/frameworks/support/v4/api/
D22.1.0.txt76 …method public static android.support.v4.app.ActivityOptionsCompat makeCustomAnimation(android.cont…
D22.0.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.0.0.txt113 …method public static android.support.v4.app.ActivityOptionsCompat makeCustomAnimation(android.cont…
D23.1.0.txt113 …method public static android.support.v4.app.ActivityOptionsCompat makeCustomAnimation(android.cont…
D23.1.1.txt83 …method public static android.support.v4.app.ActivityOptionsCompat makeCustomAnimation(android.cont…
Dcurrent.txt84 …method public static android.support.v4.app.ActivityOptionsCompat makeCustomAnimation(android.cont…
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt3671 …method public static android.app.ActivityOptions makeCustomAnimation(android.content.Context, int,…
/frameworks/base/api/
Dcurrent.txt3860 …method public static android.app.ActivityOptions makeCustomAnimation(android.content.Context, int,…
Dtest-current.txt3860 …method public static android.app.ActivityOptions makeCustomAnimation(android.content.Context, int,…
Dsystem-current.txt3996 …method public static android.app.ActivityOptions makeCustomAnimation(android.content.Context, int,…