Searched refs:mCloseAnimation (Results 1 – 1 of 1) sorted by relevance
59 @Nullable private Animator mCloseAnimation; field in KeyboardQuickSwitchViewController99 return mCloseAnimation != null; in isCloseAnimationRunning()106 mCloseAnimation.end(); in closeQuickSwitchView()114 mCloseAnimation = mKeyboardQuickSwitchView.getCloseAnimation(); in closeQuickSwitchView()116 mCloseAnimation.addListener(AnimatorListeners.forEndCallback(this::onCloseComplete)); in closeQuickSwitchView()117 mCloseAnimation.start(); in closeQuickSwitchView()187 mCloseAnimation = null; in onCloseComplete()