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

/frameworks/base/core/java/android/app/
H A DActivityOptions.java50 public class ActivityOptions { class
51 private static final String TAG = "ActivityOptions";
251 * Create an ActivityOptions specifying a custom animation to run when
260 * @return Returns a new ActivityOptions object that you can use to
263 public static ActivityOptions makeCustomAnimation(Context context,
269 * Create an ActivityOptions specifying a custom animation to run when
283 * @return Returns a new ActivityOptions object that you can use to
287 public static ActivityOptions makeCustomAnimation(Context context,
289 ActivityOptions opts = new ActivityOptions();
794 private ActivityOptions() { method in class:ActivityOptions
798 public ActivityOptions(Bundle opts) { method in class:ActivityOptions
[all...]

Completed in 183 milliseconds