Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DKeyboardQuickSwitchView.java254 AnimatorSet closeAnimation = new AnimatorSet(); in getCloseAnimation() local
259 closeAnimation.play(outlineAnimation); in getCloseAnimation()
264 closeAnimation.play(alphaAnimation); in getCloseAnimation()
273 closeAnimation.play(translationYAnimation); in getCloseAnimation()
277 closeAnimation.play(contentAlphaAnimation); in getCloseAnimation()
279 closeAnimation.addListener(new AnimatorListenerAdapter() { in getCloseAnimation()
289 return closeAnimation; in getCloseAnimation()