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.java617 Animation overflowButtonAnimation = new Animation() { in openOverflow() local
632 overflowButtonAnimation.setInterpolator(mFastOutSlowInInterpolator); in openOverflow()
633 overflowButtonAnimation.setDuration(getAdjustedDuration(250)); in openOverflow()
638 mOpenOverflowAnimation.addAnimation(overflowButtonAnimation); in openOverflow()
693 Animation overflowButtonAnimation = new Animation() { in closeOverflow() local
708 overflowButtonAnimation.setInterpolator(mFastOutSlowInInterpolator); in closeOverflow()
709 overflowButtonAnimation.setDuration(getAdjustedDuration(250)); in closeOverflow()
713 mCloseOverflowAnimation.addAnimation(overflowButtonAnimation); in closeOverflow()