Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/
DHotseatPredictionController.java88 private AnimatorSet mIconRemoveAnimators; field in HotseatPredictionController
205 if (mIconRemoveAnimators != null && mIconRemoveAnimators.isRunning()) { in fillGapsWithPrediction()
206 mIconRemoveAnimators.addListener(new AnimationSuccessListener() { in fillGapsWithPrediction()
210 mIconRemoveAnimators.removeListener(this); in fillGapsWithPrediction()
372 if (mIconRemoveAnimators != null) { in removePredictedApps()
373 mIconRemoveAnimators.end(); in removePredictedApps()
375 mIconRemoveAnimators = new AnimatorSet(); in removePredictedApps()
398 mIconRemoveAnimators.play(animator); in removePredictedApps()
400 mIconRemoveAnimators.start(); in removePredictedApps()