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

/frameworks/base/core/java/android/app/
H A DActivityOptions.java47 public class ActivityOptions { class
48 private static final String TAG = "ActivityOptions";
246 * Create an ActivityOptions specifying a custom animation to run when
255 * @return Returns a new ActivityOptions object that you can use to
258 public static ActivityOptions makeCustomAnimation(Context context,
264 * Create an ActivityOptions specifying a custom animation to run when
278 * @return Returns a new ActivityOptions object that you can use to
282 public static ActivityOptions makeCustomAnimation(Context context,
284 ActivityOptions opts = new ActivityOptions();
724 private ActivityOptions() { method in class:ActivityOptions
728 public ActivityOptions(Bundle opts) { method in class:ActivityOptions
[all...]

Completed in 103 milliseconds