Source set: Android
class SelectableSurfaceGlow internal constructor(
internal val glow: Glow,
internal val focusedGlow: Glow,
internal val pressedGlow: Glow,
internal val selectedGlow: Glow,
internal val focusedSelectedGlow: Glow,
internal val pressedSelectedGlow: Glow,
)
Defines Glow for all TV Interaction states of a selectable Surface.
Functions
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