Searched refs:sPool (Results 1 – 3 of 3) sorted by relevance
28 private static IconFactory sPool; field in IconFactory38 if (sPool != null) { in obtain()39 IconFactory m = sPool; in obtain()40 sPool = m.next; in obtain()55 sPool = null; in clearPool()80 next = sPool; in recycle()81 sPool = this; in recycle()
51 private static LauncherIcons sPool; field in LauncherIcons65 if (sPool != null) { in obtain()66 LauncherIcons m = sPool; in obtain()67 sPool = m.next; in obtain()81 sPool = null; in clearPool()107 next = sPool; in recycle()108 sPool = this; in recycle()
210 private static final Pools.SimplePool<Result> sPool = new Pools.SimplePool<>(1); field in ThumbnailCache.Result229 Result instance = sPool.acquire(); in obtain()250 boolean released = sPool.release(this); in recycle()