/frameworks/support/v4/jellybean/android/support/v4/app/ |
D | ActivityOptionsCompatJB.java | 27 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/ |
D | ActivityOptionsCompat.java | 45 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/ |
D | CustomTabsIntent.java | 267 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/ |
D | Recents.java | 425 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()
|
D | RecentsActivity.java | 221 ActivityOptions.makeCustomAnimation(this, in updateRecentsTasks()
|
/frameworks/base/core/java/android/app/ |
D | ActivityOptions.java | 197 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/ |
D | EmergencyButton.java | 133 ActivityOptions.makeCustomAnimation(getContext(), 0, 0).toBundle(), in takeEmergencyCallAction()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ |
D | AssistManager.java | 206 final ActivityOptions opts = ActivityOptions.makeCustomAnimation(mContext, in startAssistActivity()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
D | RecentsView.java | 561 opts = ActivityOptions.makeCustomAnimation(sourceView.getContext(), in onTaskViewClicked()
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.1.jd | 665 <dt>{@link android.app.ActivityOptions#makeCustomAnimation 666 makeCustomAnimation()}</dt>
|
/frameworks/support/v4/api/ |
D | 22.0.0.txt | 76 …method public static android.support.v4.app.ActivityOptionsCompat makeCustomAnimation(android.cont…
|
D | 22.1.0.txt | 76 …method public static android.support.v4.app.ActivityOptionsCompat makeCustomAnimation(android.cont…
|
D | 22.2.1.txt | 105 …method public static android.support.v4.app.ActivityOptionsCompat makeCustomAnimation(android.cont…
|
D | 22.2.0.txt | 105 …method public static android.support.v4.app.ActivityOptionsCompat makeCustomAnimation(android.cont…
|
D | 23.txt | 113 …method public static android.support.v4.app.ActivityOptionsCompat makeCustomAnimation(android.cont…
|
D | current.txt | 113 …method public static android.support.v4.app.ActivityOptionsCompat makeCustomAnimation(android.cont…
|
/frameworks/base/api/ |
D | current.txt | 3711 …method public static android.app.ActivityOptions makeCustomAnimation(android.content.Context, int,…
|
D | system-current.txt | 3820 …method public static android.app.ActivityOptions makeCustomAnimation(android.content.Context, int,…
|