{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

TileModeKt

public final class TileModeKt


Summary

Public methods

static final boolean

Capability query to determine if the particular platform supports the TileMode.

Public methods

isSupported

public static final boolean isSupported(@NonNull TileMode receiver)

Capability query to determine if the particular platform supports the TileMode. Not all platforms support all tile mode algorithms, however, TileMode.Clamp, TileMode.Repeated and TileMode.Mirror are guaranteed to be supported. If a TileMode that is not supported is used, the default of TileMode.Clamp is consumed instead.