Home | History | Annotate | Download | only in app

Lines Matching defs:ActivityOptions

32 public class ActivityOptions {
116 * Create an ActivityOptions specifying a custom animation to run when
125 * @return Returns a new ActivityOptions object that you can use to
128 public static ActivityOptions makeCustomAnimation(Context context,
134 * Create an ActivityOptions specifying a custom animation to run when
148 * @return Returns a new ActivityOptions object that you can use to
152 public static ActivityOptions makeCustomAnimation(Context context,
154 ActivityOptions opts = new ActivityOptions();
180 * Callback for use with {@link ActivityOptions#makeThumbnailScaleUpAnimation}
189 * Create an ActivityOptions specifying an animation where the new
204 * @return Returns a new ActivityOptions object that you can use to
207 public static ActivityOptions makeScaleUpAnimation(View source,
209 ActivityOptions opts = new ActivityOptions();
222 * Create an ActivityOptions specifying an animation where a thumbnail
237 * @return Returns a new ActivityOptions object that you can use to
240 public static ActivityOptions makeThumbnailScaleUpAnimation(View source,
246 * Create an ActivityOptions specifying an animation where a thumbnail
259 * @return Returns a new ActivityOptions object that you can use to
263 public static ActivityOptions makeThumbnailScaleUpAnimation(View source,
269 * Create an ActivityOptions specifying an animation where an activity window
281 * @return Returns a new ActivityOptions object that you can use to
285 public static ActivityOptions makeThumbnailScaleDownAnimation(View source,
290 private static ActivityOptions makeThumbnailAnimation(View source,
293 ActivityOptions opts = new ActivityOptions();
305 private ActivityOptions() {
309 public ActivityOptions(Bundle opts) {
395 (new ActivityOptions(options)).abort();
400 * Update the current values in this ActivityOptions from those supplied
404 public void update(ActivityOptions otherOptions) {
457 * Note that the returned Bundle is still owned by the ActivityOptions