Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleBarAnimationHelper.java322 ObjectAnimator handleAlphaAnim = ObjectAnimator.ofFloat(bbev.getHandleView(), ALPHA, 1f) in animateToRestPosition() local
326 animatorSet.playTogether(contentAnim, handleAlphaAnim); in animateToRestPosition()