Package 

Enum TransformationLayout.FitMode

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      HEIGHT

      Indicates that this transition should fit the incoming content to the height of the outgoing content during the scale animation.

      WIDTH

      Indicates that this transition should fit the incoming content to the width of the outgoing content during the scale animation.

      AUTO

      Indicates that this transition should automatically choose whether to use {@link #FIT_MODE_WIDTH} or {@link #FIT_MODE_HEIGHT}.

    • Method Summary

      Modifier and Type Method Description
      final Integer getValue()
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait