MemoryCategory

enum MemoryCategory

An enum for dynamically modifying the amount of memory Glide is able to use.

Entries

Link copied to clipboard

Tells Glide's memory cache and bitmap pool to use at most half of their initial maximum size.

Link copied to clipboard

Tells Glide's memory cache and bitmap pool to use at most their initial maximum size.

Link copied to clipboard

Tells Glide's memory cache and bitmap pool to use at most one and a half times their initial maximum size.

Functions

Link copied to clipboard
open fun valueOf(name: String): Any
Link copied to clipboard
open fun values(): Array<Any>

Properties

Link copied to clipboard
val multiplier: Float