The members of Android.Transitions.Scene are listed below.
See Also: Inherited members from Java.Lang.Object
Constructs a Scene with no information about how values will change when this scene is applied. | ||
Constructs a Scene which, when entered, will remove any children from the sceneRoot container and add the layout object as a new child of that container. | ||
[read-only] | SceneRoot | Android.Views.ViewGroup. Gets the root of the scene, which is the root of the view hierarchy affected by changes due to this scene, and which will be animated when this scene is entered. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
Enter()Enters this scene, which entails changing all values that are specified by this scene. | ||
Exit()Exits this scene, if it is the current scene on the scene's Scene.SceneRoot. | ||
static | GetSceneForLayout(Android.Views.ViewGroup, int, Android.Content.Context)Returns a Scene described by the resource file associated with the given layoutId parameter. | |
SetEnterAction(Java.Lang.IRunnable)Scenes that are not defined with layout resources or hierarchies, or which need to perform additional steps after those hierarchies are changed to, should set an enter action, and possibly an exit action as well. | ||
SetExitAction(Java.Lang.IRunnable)Scenes that are not defined with layout resources or hierarchies, or which need to perform additional steps after those hierarchies are changed to, should set an enter action, and possibly an exit action as well. |