Home
last modified time | relevance | path

Searched refs:shouldAnimateIconChange (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/
DHotseatPredictionController.java232 boolean animateIconChange = icon.shouldAnimateIconChange(predictedItem); in fillGapsWithPrediction()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarView.java396 boolean animate = btv.shouldAnimateIconChange((WorkspaceItemInfo) hotseatItemInfo); in updateHotseatItems()
/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java369 public boolean shouldAnimateIconChange(WorkspaceItemInfo newInfo) { in shouldAnimateIconChange() method in BubbleTextView