Package com.bumptech.glide.util.pool

Types

Link copied to clipboard
class FactoryPools
Provides implementations of Pool never return null, log when new instances are created, and that can use the com.bumptech.glide.util.pool.FactoryPools.Poolable interface to ensure objects aren't used while inside the pool.
Link copied to clipboard
class GlideTrace
Systracing utilities for Glide.
Link copied to clipboard
abstract class StateVerifier
Verifies that the job is not in the recycled state.