Home
last modified time | relevance | path

Searched defs:alphaAnimation (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DKeyboardQuickSwitchView.java264 Animator alphaAnimation = ObjectAnimator.ofFloat(this, ALPHA, 1f, 0f); in getCloseAnimation() local
306 Animator alphaAnimation = ObjectAnimator.ofFloat(this, ALPHA, 0f, 1f); in animateOpen() local