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