Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherModel.java142 public void bindItems(List<ItemInfo> shortcuts, boolean forceAnimateIcons); in bindItems() argument
DLauncher.java2006 public void bindItems(final List<ItemInfo> items, final boolean forceAnimateIcons) { in bindItems() argument
2009 final boolean animateIcons = forceAnimateIcons && canRunNewAppsAnimation(); in bindItems()