Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/widget/floatingtoolbar/
H A DLocalFloatingToolbarPopup.java580 Animation widthAnimation = new Animation() { in openOverflow() local
628 widthAnimation.setInterpolator(mLogAccelerateInterpolator); in openOverflow()
629 widthAnimation.setDuration(getAdjustedDuration(250)); in openOverflow()
636 mOpenOverflowAnimation.addAnimation(widthAnimation); in openOverflow()
654 Animation widthAnimation = new Animation() { in closeOverflow() local
704 widthAnimation.setInterpolator(mFastOutSlowInInterpolator); in closeOverflow()
705 widthAnimation.setDuration(getAdjustedDuration(250)); in closeOverflow()
711 mCloseOverflowAnimation.addAnimation(widthAnimation); in closeOverflow()