Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DRecyclerViewAnimationController.java264 return isAppIcon(view) && hasDecorationInfo; in shouldAnimate()
305 protected boolean isAppIcon(View item) { in isAppIcon() method in RecyclerViewAnimationController
DSearchTransitionController.java117 return !isAppIcon(view) || appRowComplete; in shouldAnimate()