Searched refs:overflowButtonAnimation (Results 1 – 1 of 1) sorted by relevance
639 Animation overflowButtonAnimation = new Animation() { in openOverflow() local654 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() local730 overflowButtonAnimation.setInterpolator(mFastOutSlowInInterpolator); in closeOverflow()731 overflowButtonAnimation.setDuration(getAdjustedDuration(250)); in closeOverflow()735 mCloseOverflowAnimation.addAnimation(overflowButtonAnimation); in closeOverflow()