android.app
Class ActivityOptions

java.lang.Object
  extended by android.app.ActivityOptions

public class ActivityOptions
extends Object


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

makeCustomAnimation

public static ActivityOptions makeCustomAnimation(Context context,
                                                  int enterResId,
                                                  int exitResId)

makeScaleUpAnimation

public static ActivityOptions makeScaleUpAnimation(View source,
                                                   int startX,
                                                   int startY,
                                                   int startWidth,
                                                   int startHeight)

makeThumbnailScaleUpAnimation

public static ActivityOptions makeThumbnailScaleUpAnimation(View source,
                                                            Bitmap thumbnail,
                                                            int startX,
                                                            int startY)

update

public void update(ActivityOptions otherOptions)

toBundle

public Bundle toBundle()


Copyright © 2008-2012. All Rights Reserved.