Enum FlutterRenderer.DisplayFeatureType

java.lang.Object
java.lang.Enum<FlutterRenderer.DisplayFeatureType>
io.flutter.embedding.engine.renderer.FlutterRenderer.DisplayFeatureType
All Implemented Interfaces:
Serializable, Comparable<FlutterRenderer.DisplayFeatureType>, java.lang.constant.Constable
Enclosing class:
FlutterRenderer

public static enum FlutterRenderer.DisplayFeatureType extends Enum<FlutterRenderer.DisplayFeatureType>
Types of display features that can appear on the viewport.

Some, like FOLD, can be reported without actually occluding the screen. They are useful for knowing where the display is bent or has a crease. The FlutterRenderer.DisplayFeature.bounds can be 0-width in such cases.

  • Enum Constant Details

  • Field Details

    • encodedValue

      public final int encodedValue
  • Method Details

    • values

      public static FlutterRenderer.DisplayFeatureType[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static FlutterRenderer.DisplayFeatureType valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null