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.java98 private AnimatorSet mIconRemoveAnimators; field in HotseatPredictionController
201 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()