Searched refs:mIconRemoveAnimators (Results 1 – 1 of 1) sorted by relevance
98 private AnimatorSet mIconRemoveAnimators; field in HotseatPredictionController201 if (mIconRemoveAnimators != null && mIconRemoveAnimators.isRunning()) { in fillGapsWithPrediction()202 mIconRemoveAnimators.addListener(new AnimationSuccessListener() { in fillGapsWithPrediction()206 mIconRemoveAnimators.removeListener(this); in fillGapsWithPrediction()352 if (mIconRemoveAnimators != null) { in removePredictedApps()353 mIconRemoveAnimators.end(); in removePredictedApps()355 mIconRemoveAnimators = new AnimatorSet(); in removePredictedApps()378 mIconRemoveAnimators.play(animator); in removePredictedApps()380 mIconRemoveAnimators.start(); in removePredictedApps()