public class ActivityOptions extends Object
| Modifier and Type | Method and Description |
|---|---|
static ActivityOptions |
makeCustomAnimation(Context context,
int enterResId,
int exitResId) |
static ActivityOptions |
makeScaleUpAnimation(View source,
int startX,
int startY,
int startWidth,
int startHeight) |
static ActivityOptions |
makeThumbnailScaleUpAnimation(View source,
Bitmap thumbnail,
int startX,
int startY) |
Bundle |
toBundle() |
void |
update(ActivityOptions otherOptions) |
public static ActivityOptions makeCustomAnimation(Context context, int enterResId, int exitResId)
public static ActivityOptions makeScaleUpAnimation(View source, int startX, int startY, int startWidth, int startHeight)
public static ActivityOptions makeThumbnailScaleUpAnimation(View source, Bitmap thumbnail, int startX, int startY)
public void update(ActivityOptions otherOptions)
public Bundle toBundle()
Copyright © 2008-2013. All Rights Reserved.