Searched refs:widthAnimation (Results 1 – 1 of 1) sorted by relevance
580 Animation widthAnimation = new Animation() { in openOverflow() local628 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() local704 widthAnimation.setInterpolator(mFastOutSlowInInterpolator); in closeOverflow()705 widthAnimation.setDuration(getAdjustedDuration(250)); in closeOverflow()711 mCloseOverflowAnimation.addAnimation(widthAnimation); in closeOverflow()