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

/frameworks/base/core/java/android/app/
H A DActivityOptions.java61 public class ActivityOptions { class
62 private static final String TAG = "ActivityOptions";
324 * Create an ActivityOptions specifying a custom animation to run when
333 * @return Returns a new ActivityOptions object that you can use to
336 public static ActivityOptions makeCustomAnimation(Context context,
342 * Create an ActivityOptions specifying a custom animation to run when
356 * @return Returns a new ActivityOptions object that you can use to
360 public static ActivityOptions makeCustomAnimation(Context context,
362 ActivityOptions opts = new ActivityOptions();
863 private ActivityOptions() { method in class:ActivityOptions
867 public ActivityOptions(Bundle opts) { method in class:ActivityOptions
[all...]

Completed in 25 milliseconds