| Methods in android.support.v4.app that return ActivityOptionsCompat | 
static ActivityOptionsCompat | 
ActivityOptionsCompat.makeCustomAnimation(android.content.Context context,
                    int enterResId,
                    int exitResId)
 
          Create an ActivityOptions specifying a custom animation to run when the
 activity is displayed. | 
static ActivityOptionsCompat | 
ActivityOptionsCompat.makeScaleUpAnimation(android.view.View source,
                     int startX,
                     int startY,
                     int startWidth,
                     int startHeight)
 
          Create an ActivityOptions specifying an animation where the new activity is
 scaled from a small originating area of the screen to its final full
 representation. | 
static ActivityOptionsCompat | 
ActivityOptionsCompat.makeThumbnailScaleUpAnimation(android.view.View source,
                              android.graphics.Bitmap thumbnail,
                              int startX,
                              int startY)
 
          Create an ActivityOptions specifying an animation where a thumbnail is
 scaled from a given position to the new activity window that is being
 started. |