FragmentTransit Enum

Definition

Enumerates values returned by several methods of FragmentTransit and taken as a parameter of the F:Android.App.Fragment.OnCreateAnimator, and F:Android.App.FragmentTransaction.SetTransition members.

public enum FragmentTransit
type FragmentTransit = 
Inheritance
FragmentTransit

Fields

EnterMask 4096

Bit mask that is set for all enter transitions.

ExitMask 8192

Bit mask that is set for all exit transitions.

FragmentClose 8194
FragmentFade 4099

Fragment should simply fade in or out; that is, no strong navigation associated with it except that it is appearing or disappearing for some reason.

FragmentOpen 4097
None 0

No animation for transition.

Unset -1

Not set up for a transition.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to