Uses of Class
android.app.ActivityOptions

Packages that use ActivityOptions
android.app   
 

Uses of ActivityOptions in android.app
 

Methods in android.app that return ActivityOptions
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)
           
 

Methods in android.app with parameters of type ActivityOptions
 void ActivityOptions.update(ActivityOptions otherOptions)
           
 



Copyright © 2008-2012. All Rights Reserved.