Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DLauncherPreviewRenderer.java133 private final ConcurrentLinkedQueue<LauncherIconsForPreview> mIconPool =
180 LauncherIconsForPreview launcherIconsForPreview = mIconPool.poll(); in newLauncherIcons()
184 return new LauncherIconsForPreview(context, mIdp.fillResIconDpi, mIdp.iconBitmapSize, in newLauncherIcons()
188 private final class LauncherIconsForPreview extends LauncherIcons { class in LauncherPreviewRenderer.PreviewContext
190 private LauncherIconsForPreview(Context context, int fillResIconDpi, int iconBitmapSize, in LauncherIconsForPreview() method in LauncherPreviewRenderer.PreviewContext.LauncherIconsForPreview