Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/
DHotseatPredictionController.java198 int numViewsAnimated = 0; in fillGapsWithPrediction() local
233 icon.applyFromWorkspaceItem(predictedItem, animateIconChange, numViewsAnimated); in fillGapsWithPrediction()
235 numViewsAnimated++; in fillGapsWithPrediction()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarView.java313 int numViewsAnimated = 0; in updateHotseatItems() local
397 btv.applyFromWorkspaceItem(workspaceInfo, animate, numViewsAnimated); in updateHotseatItems()
399 numViewsAnimated++; in updateHotseatItems()