Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/hybridhotseat/
DHotseatPredictionController.java114 private AnimatorSet mIconRemoveAnimators; field in HotseatPredictionController
225 if (mIconRemoveAnimators != null && mIconRemoveAnimators.isRunning()) { in fillGapsWithPrediction()
226 mIconRemoveAnimators.addListener(new AnimationSuccessListener() { in fillGapsWithPrediction()
230 mIconRemoveAnimators.removeListener(this); in fillGapsWithPrediction()
469 if (mIconRemoveAnimators != null) { in removePredictedApps()
470 mIconRemoveAnimators.end(); in removePredictedApps()
472 mIconRemoveAnimators = new AnimatorSet(); in removePredictedApps()
495 mIconRemoveAnimators.play(animator); in removePredictedApps()
497 mIconRemoveAnimators.start(); in removePredictedApps()