public enum GlassRecipe.Kind

  1. Object
  2. Enum<GlassRecipe.Kind>
  3. GlassRecipe.Kind

ImplementsComparable<GlassRecipe.Kind>

The material kind a GlassRecipe renders.

Enum constants

PLAIN_BLURBackdrop blur only – no material colour transform.
LIQUID_CHROMERectangular chrome bar anchored at a screen edge (nav/title bar).
LIQUID_PILLFloating pill chrome (the iOS 26 tab bar).
LIQUID_PANELBare glass panel / button capsule (UIGlassEffect).

Methods

public static GlassRecipe.Kind[] values()
public static GlassRecipe.Kind valueOf(String name)

Inherited methods

Enum constant details

PLAIN_BLUR

PLAIN_BLUR
Backdrop blur only – no material colour transform.

LIQUID_CHROME

LIQUID_CHROME
Rectangular chrome bar anchored at a screen edge (nav/title bar).

LIQUID_PILL

LIQUID_PILL
Floating pill chrome (the iOS 26 tab bar).

LIQUID_PANEL

LIQUID_PANEL
Bare glass panel / button capsule (UIGlassEffect).

Method details

values

public static GlassRecipe.Kind[] values()

valueOf

public static GlassRecipe.Kind valueOf(String name)