public enum GlassRecipe.Kind
- Object
- Enum<GlassRecipe.Kind>
- GlassRecipe.Kind
ImplementsComparable<GlassRecipe.Kind>
The material kind a
GlassRecipe renders.Enum constants
PLAIN_BLUR | Backdrop blur only – no material colour transform. |
LIQUID_CHROME | Rectangular chrome bar anchored at a screen edge (nav/title bar). |
LIQUID_PILL | Floating pill chrome (the iOS 26 tab bar). |
LIQUID_PANEL | Bare 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_BLURBackdrop blur only – no material colour transform.
LIQUID_CHROME
LIQUID_CHROMERectangular chrome bar anchored at a screen edge (nav/title bar).
LIQUID_PILL
LIQUID_PILLFloating pill chrome (the iOS 26 tab bar).
LIQUID_PANEL
LIQUID_PANELBare glass panel / button capsule (UIGlassEffect).
Method details
values
public static GlassRecipe.Kind[] values()valueOf
public static GlassRecipe.Kind valueOf(String name)