Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DSearchTransitionController.java116 protected boolean shouldAnimate(View view, boolean hasDecorationInfo, boolean appRowComplete) { in shouldAnimate() argument
117 return !isAppIcon(view) || appRowComplete; in shouldAnimate()
DRecyclerViewAnimationController.java90 boolean appRowComplete = false; in onProgressUpdated()
111 appRowComplete |= appRowHeight > 0 && spanIndex == 0; in onProgressUpdated()
115 boolean shouldAnimate = shouldAnimate(currentView, hasDecorationInfo, appRowComplete); in onProgressUpdated()