- source
- The View that the new activity is animating from. This defines the coordinate space for startX and startY.
- startX
- The x starting location of the new activity, relative to source.
- startY
- The y starting location of the activity, relative to source.
- width
- The initial width of the new activity.
- height
- The initial height of the new activity.
- startWidth
- The initial width of the new activity.
- startHeight
- The initial height of the new activity.
Documentation for this section has not yet been entered.
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.
If the Intent this is being used with has not set its Android.Content.Intent.SourceBounds, those bounds will be filled in for you based on the initial bounds passed in here.