Searched refs:widthAnimation (Results 1 – 1 of 1) sorted by relevance
821 Animation widthAnimation = new Animation() { in openOverflow() local870 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() local947 widthAnimation.setInterpolator(mFastOutSlowInInterpolator); in closeOverflow()948 widthAnimation.setDuration(getAdjustedDuration(250)); in closeOverflow()954 mCloseOverflowAnimation.addAnimation(widthAnimation); in closeOverflow()