Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DLauncherPreviewRenderer.java133 private final ConcurrentLinkedQueue<LauncherIconsForPreview> mIconPool = field in LauncherPreviewRenderer.PreviewContext
180 LauncherIconsForPreview launcherIconsForPreview = mIconPool.poll(); in newLauncherIcons()
199 mIconPool.offer(this); in recycle()