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

/frameworks/support/v4/jellybean/android/support/v4/app/
H A DActivityOptionsCompatJB.java27 public static ActivityOptionsCompatJB makeCustomAnimation(Context context, method in class:ActivityOptionsCompatJB
30 ActivityOptions.makeCustomAnimation(context, enterResId, exitResId));
/frameworks/support/v4/java/android/support/v4/app/
H A DActivityOptionsCompat.java45 public static ActivityOptionsCompat makeCustomAnimation(Context context, method in class:ActivityOptionsCompat
49 ActivityOptionsCompatJB.makeCustomAnimation(context, enterResId, exitResId));
/frameworks/support/customtabs/src/android/support/customtabs/
H A DCustomTabsIntent.java267 ActivityOptions.makeCustomAnimation(context, enterResId, exitResId).toBundle();
281 ActivityOptions.makeCustomAnimation(context, enterResId, exitResId).toBundle();
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DEmergencyButton.java133 ActivityOptions.makeCustomAnimation(getContext(), 0, 0).toBundle(),
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecents.java425 launchOpts = ActivityOptions.makeCustomAnimation(mContext,
430 launchOpts = ActivityOptions.makeCustomAnimation(mContext,
588 return ActivityOptions.makeCustomAnimation(mContext,
600 return ActivityOptions.makeCustomAnimation(mContext,
605 return ActivityOptions.makeCustomAnimation(mContext,
H A DRecentsActivity.java221 ActivityOptions.makeCustomAnimation(this,
/frameworks/base/core/java/android/app/
H A DActivityOptions.java197 public static ActivityOptions makeCustomAnimation(Context context, method in class:ActivityOptions
199 return makeCustomAnimation(context, enterResId, exitResId, null, null);
221 public static ActivityOptions makeCustomAnimation(Context context, method in class:ActivityOptions
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
H A DAssistManager.java206 final ActivityOptions opts = ActivityOptions.makeCustomAnimation(mContext,
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DRecentsView.java561 opts = ActivityOptions.makeCustomAnimation(sourceView.getContext(),

Completed in 114 milliseconds