TrackedItemPool

class TrackedItemPool(lifecycle: Any, size: Int) : MountItemsPool.DefaultItemPool

Constructors

Link copied to clipboard
constructor(lifecycle: Any, size: Int)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun acquire(contentAllocator: ContentAllocator<*>): Any?
Link copied to clipboard
open override fun maybePreallocateContent(c: Context, contentAllocator: ContentAllocator<*>): Boolean
Link copied to clipboard
open override fun release(item: Any): Boolean