Searched refs:mIconRemoveAnimators (Results 1 – 1 of 1) sorted by relevance
88 private AnimatorSet mIconRemoveAnimators; field in HotseatPredictionController183 if (mIconRemoveAnimators != null && mIconRemoveAnimators.isRunning()) { in fillGapsWithPrediction()184 mIconRemoveAnimators.addListener(new AnimationSuccessListener() { in fillGapsWithPrediction()188 mIconRemoveAnimators.removeListener(this); in fillGapsWithPrediction()350 if (mIconRemoveAnimators != null) { in removePredictedApps()351 mIconRemoveAnimators.end(); in removePredictedApps()353 mIconRemoveAnimators = new AnimatorSet(); in removePredictedApps()376 mIconRemoveAnimators.play(animator); in removePredictedApps()378 mIconRemoveAnimators.start(); in removePredictedApps()