Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/
H A DHotseatPredictionController.java88 private AnimatorSet mIconRemoveAnimators; field in HotseatPredictionController
183 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()