Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleStackView.java268 private final ValueAnimator mExpandedViewAlphaAnimator = ValueAnimator.ofFloat(0f, 1f); field in BubbleStackView
935 mExpandedViewAlphaAnimator.setDuration(EXPANDED_VIEW_ALPHA_ANIMATION_DURATION); in BubbleStackView()
936 mExpandedViewAlphaAnimator.setInterpolator(Interpolators.PANEL_CLOSE_ACCELERATED); in BubbleStackView()
937 mExpandedViewAlphaAnimator.addListener(new AnimatorListenerAdapter() { in BubbleStackView()
961 mExpandedViewAlphaAnimator.addUpdateListener(valueAnimator -> { in BubbleStackView()
1777 mExpandedViewAlphaAnimator.reverse(); in hideExpandedViewIfNeeded()
1801 mExpandedViewAlphaAnimator.start(); in showExpandedViewIfNeeded()
1898 mExpandedViewAlphaAnimator.start(); in animateExpansion()
1992 mExpandedViewAlphaAnimator.reverse(); in animateCollapse()
2052 mExpandedViewAlphaAnimator.start(); in animateSwitchBubbles()