Searched refs:mCloseOverflowAnimation (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DFloatingToolbar.java325 private final AnimationSet mCloseOverflowAnimation = new AnimationSet(true); field in class:FloatingToolbar.FloatingToolbarPopup
680 if (mCloseOverflowAnimation.hasStarted()
681 && !mCloseOverflowAnimation.hasEnded()) {
685 mCloseOverflowAnimation.setAnimationListener(null);
799 mCloseOverflowAnimation.getAnimations().clear();
800 mCloseOverflowAnimation.setAnimationListener(mOnOverflowClosed);
801 mCloseOverflowAnimation.addAnimation(widthAnimation);
802 mCloseOverflowAnimation.addAnimation(heightAnimation);
803 mContentContainer.startAnimation(mCloseOverflowAnimation);

Completed in 61 milliseconds