Searched refs:appRowComplete (Results 1 – 2 of 2) sorted by relevance
116 protected boolean shouldAnimate(View view, boolean hasDecorationInfo, boolean appRowComplete) { in shouldAnimate() argument117 return !isAppIcon(view) || appRowComplete; in shouldAnimate()
90 boolean appRowComplete = false; in onProgressUpdated()111 appRowComplete |= appRowHeight > 0 && spanIndex == 0; in onProgressUpdated()115 boolean shouldAnimate = shouldAnimate(currentView, hasDecorationInfo, appRowComplete); in onProgressUpdated()