Searched refs:mIconRemoveAnimators (Results 1 – 1 of 1) sorted by relevance
88 private AnimatorSet mIconRemoveAnimators; field in HotseatPredictionController205 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()