|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.app.ActivityOptions
public class ActivityOptions
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||