🌈 Create new beautiful Compose Gradients with our new wesite ->
Class

CombinedGlanceCurvedModifier

A node in a GlanceCurvedModifier chain.

Source set: Android
@Deprecated("glance-wear-tiles is deprecated and will be removed")
public class CombinedGlanceCurvedModifier(
    private val outer: GlanceCurvedModifier,
    private val inner: GlanceCurvedModifier,
) : GlanceCurvedModifier

A node in a GlanceCurvedModifier chain. A CombinedModifier always contains at least two elements; a Modifier outer that wraps around the Modifier inner.

Functions

foldIn

Source set: Android
override fun <R> foldIn(initial: R, operation: (R, GlanceCurvedModifier.Element) -> R): R

foldOut

Source set: Android
override fun <R> foldOut(initial: R, operation: (GlanceCurvedModifier.Element, R) -> R): R

any

Source set: Android
override fun any(predicate: (GlanceCurvedModifier.Element) -> Boolean): Boolean

all

Source set: Android
override fun all(predicate: (GlanceCurvedModifier.Element) -> Boolean): Boolean

equals

Source set: Android
override fun equals(other: Any?): Boolean

hashCode

Source set: Android
override fun hashCode(): Int

toString

Source set: Android
override fun toString(): String