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

/frameworks/base/core/java/android/app/
H A DActivityOptions.java38 public class ActivityOptions { class
39 private static final String TAG = "ActivityOptions";
163 * Create an ActivityOptions specifying a custom animation to run when
172 * @return Returns a new ActivityOptions object that you can use to
175 public static ActivityOptions makeCustomAnimation(Context context,
181 * Create an ActivityOptions specifying a custom animation to run when
195 * @return Returns a new ActivityOptions object that you can use to
199 public static ActivityOptions makeCustomAnimation(Context context,
201 ActivityOptions opts = new ActivityOptions();
565 private ActivityOptions() { method in class:ActivityOptions
569 public ActivityOptions(Bundle opts) { method in class:ActivityOptions
[all...]

Completed in 563 milliseconds