Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/anim/
DAnimatedFloat.java149 public boolean isAnimatingToValue(float endValue) { in isAnimatingToValue() method in AnimatedFloat
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarTranslationController.java150 if (mTranslationYForSwipe.isAnimatingToValue(0)) { in willAnimateToZeroBefore()
DTaskbarLauncherStateController.java611 } else if (mIconAlignment.isAnimatingToValue(toAlignment) in onStateChangeApplied()