Uses of Class
android.support.v4.app.ActivityOptionsCompat

Packages that use ActivityOptionsCompat
android.support.v4.app Support android.app classes to assist with development of applications for android API level 4 or later. 
 

Uses of ActivityOptionsCompat in android.support.v4.app
 

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.
 

Methods in android.support.v4.app with parameters of type ActivityOptionsCompat
 void ActivityOptionsCompat.update(ActivityOptionsCompat otherOptions)
          Update the current values in this ActivityOptions from those supplied in otherOptions.
 



Copyright © 2013 Marek Kedzierski. All Rights Reserved.