Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DFloatingToolbar.java821 Animation widthAnimation = new Animation() { in openOverflow() local
870 widthAnimation.setInterpolator(mLogAccelerateInterpolator); in openOverflow()
871 widthAnimation.setDuration(getAdjustedDuration(250)); in openOverflow()
878 mOpenOverflowAnimation.addAnimation(widthAnimation); in openOverflow()
896 Animation widthAnimation = new Animation() { in closeOverflow() local
947 widthAnimation.setInterpolator(mFastOutSlowInInterpolator); in closeOverflow()
948 widthAnimation.setDuration(getAdjustedDuration(250)); in closeOverflow()
954 mCloseOverflowAnimation.addAnimation(widthAnimation); in closeOverflow()