Home
last modified time | relevance | path

Searched refs:mIconPool (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/graphics/
H A DLauncherPreviewRenderer.java126 private final ConcurrentLinkedQueue<LauncherIconsForPreview> mIconPool = field in LauncherPreviewRenderer.PreviewContext
141 LauncherIconsForPreview launcherIconsForPreview = mIconPool.poll(); in newLauncherIcons()
160 mIconPool.offer(this); in recycle()