Searched defs:ActivityOptions (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DActivityOptions.java32 public class ActivityOptions { class
116 * Create an ActivityOptions specifying a custom animation to run when
125 * @return Returns a new ActivityOptions object that you can use to
128 public static ActivityOptions makeCustomAnimation(Context context,
134 * Create an ActivityOptions specifying a custom animation to run when
148 * @return Returns a new ActivityOptions object that you can use to
152 public static ActivityOptions makeCustomAnimation(Context context,
154 ActivityOptions opts = new ActivityOptions();
180 * Callback for use with {@link ActivityOptions#makeThumbnailScaleUpAnimatio
305 private ActivityOptions() { method in class:ActivityOptions
309 public ActivityOptions(Bundle opts) { method in class:ActivityOptions
[all...]

Completed in 479 milliseconds