Home
last modified time | relevance | path

Searched refs:mCloseAnimation (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DKeyboardQuickSwitchViewController.java59 @Nullable private Animator mCloseAnimation; field in KeyboardQuickSwitchViewController
99 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()