Home | History | Annotate | Download | only in api

Lines Matching full:activityoptions

3020   public class ActivityOptions {
3021 method public static android.app.ActivityOptions makeCustomAnimation(android.content.Context, int, int);
3022 method public static android.app.ActivityOptions makeScaleUpAnimation(android.view.View, int, int, int, int);
3023 method public static android.app.ActivityOptions makeThumbnailScaleUpAnimation(android.view.View, android.graphics.Bitmap, int, int);
3025 method public void update(android.app.ActivityOptions);