-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum TransformationLayout.FitMode extends Enum<TransformationLayout.FitMode>
The FitMode to be used when scaling the incoming content of the end View.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description HEIGHTIndicates that this transition should fit the incoming content to the height of the outgoing content during the scale animation.
WIDTHIndicates that this transition should fit the incoming content to the width of the outgoing content during the scale animation.
AUTOIndicates that this transition should automatically choose whether to use {@link #FIT_MODE_WIDTH} or {@link #FIT_MODE_HEIGHT}.
-