MCPcopy Create free account
hub / github.com/OneUIProject/oneui-core / acquire

Method acquire

core/src/main/java/androidx/core/util/Pools.java:59–59  ·  view source on GitHub ↗

@return An instance from the pool if such, null otherwise.

()

Source from the content-addressed store, hash-verified

57 * @return An instance from the pool if such, null otherwise.
58 */
59 @Nullable
60 T acquire();
61
62 /**

Callers 13

enqueueWorkMethod · 0.65
acquireMethod · 0.65
getNewItemMethod · 0.65
createTabFromPoolMethod · 0.65
createTabViewMethod · 0.65
obtainMethod · 0.65
acquireTempRectMethod · 0.65
getEmptyListMethod · 0.65
obtainUpdateOpMethod · 0.65
obtainMethod · 0.65

Implementers 2

SimplePoolcore/src/main/java/androidx/core/util/
SynchronizedPoolcore/src/main/java/androidx/core/util/

Calls

no outgoing calls

Tested by

no test coverage detected