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

/frameworks/base/core/java/android/app/
H A DActivityOptions.java39 public class ActivityOptions { class
40 private static final String TAG = "ActivityOptions";
185 * Create an ActivityOptions specifying a custom animation to run when
194 * @return Returns a new ActivityOptions object that you can use to
197 public static ActivityOptions makeCustomAnimation(Context context,
203 * Create an ActivityOptions specifying a custom animation to run when
217 * @return Returns a new ActivityOptions object that you can use to
221 public static ActivityOptions makeCustomAnimation(Context context,
223 ActivityOptions opts = new ActivityOptions();
623 private ActivityOptions() { method in class:ActivityOptions
627 public ActivityOptions(Bundle opts) { method in class:ActivityOptions
[all...]

Completed in 215 milliseconds