Searched refs:overflowButtonAnimation (Results 1 – 1 of 1) sorted by relevance
617 Animation overflowButtonAnimation = new Animation() { in openOverflow() local632 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() local708 overflowButtonAnimation.setInterpolator(mFastOutSlowInInterpolator); in closeOverflow()709 overflowButtonAnimation.setDuration(getAdjustedDuration(250)); in closeOverflow()713 mCloseOverflowAnimation.addAnimation(overflowButtonAnimation); in closeOverflow()