Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/floatingtoolbar/
DLocalFloatingToolbarPopup.java639 Animation overflowButtonAnimation = new Animation() { in openOverflow() local
654 overflowButtonAnimation.setInterpolator(mFastOutSlowInInterpolator); in openOverflow()
655 overflowButtonAnimation.setDuration(getAdjustedDuration(250)); in openOverflow()
660 mOpenOverflowAnimation.addAnimation(overflowButtonAnimation); in openOverflow()
715 Animation overflowButtonAnimation = new Animation() { in closeOverflow() local
730 overflowButtonAnimation.setInterpolator(mFastOutSlowInInterpolator); in closeOverflow()
731 overflowButtonAnimation.setDuration(getAdjustedDuration(250)); in closeOverflow()
735 mCloseOverflowAnimation.addAnimation(overflowButtonAnimation); in closeOverflow()