Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DAnimatorControllerWithResistance.java89 AnimatorPlaybackController resistanceController) { in AnimatorControllerWithResistance() argument
91 mResistanceController = resistanceController; in AnimatorControllerWithResistance()
140 AnimatorPlaybackController resistanceController = resistAnim.createPlaybackController(); in createForRecents() local
141 return new AnimatorControllerWithResistance(normalController, resistanceController); in createForRecents()