Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleBarAnimationHelper.java285 switchAnim.playTogether(switchOutAnimator(fromBbev), switchInAnimator(toBbev, endTx)); in animateSwitch()
336 private Animator switchInAnimator(BubbleBarExpandedView bbev, float restingTx) { in switchInAnimator() method in BubbleBarAnimationHelper