Searched refs:overflowButtonAnimation (Results 1 – 1 of 1) sorted by relevance
858 Animation overflowButtonAnimation = new Animation() { in openOverflow() local874 overflowButtonAnimation.setInterpolator(mFastOutSlowInInterpolator); in openOverflow()875 overflowButtonAnimation.setDuration(getAdjustedDuration(250)); in openOverflow()880 mOpenOverflowAnimation.addAnimation(overflowButtonAnimation); in openOverflow()935 Animation overflowButtonAnimation = new Animation() { in closeOverflow() local951 overflowButtonAnimation.setInterpolator(mFastOutSlowInInterpolator); in closeOverflow()952 overflowButtonAnimation.setDuration(getAdjustedDuration(250)); in closeOverflow()956 mCloseOverflowAnimation.addAnimation(overflowButtonAnimation); in closeOverflow()