Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
H A DBubbleBarAnimationHelper.java60 private final ValueAnimator mExpandedViewAlphaAnimator = ValueAnimator.ofFloat(0f, 1f); field in BubbleBarAnimationHelper
76 mExpandedViewAlphaAnimator.setDuration(EXPANDED_VIEW_ALPHA_ANIMATION_DURATION); in BubbleBarAnimationHelper()
77 mExpandedViewAlphaAnimator.setInterpolator(Interpolators.PANEL_CLOSE_ACCELERATED); in BubbleBarAnimationHelper()
78 mExpandedViewAlphaAnimator.addListener(new AnimatorListenerAdapter() { in BubbleBarAnimationHelper()
104 mExpandedViewAlphaAnimator.addUpdateListener(valueAnimator -> { in BubbleBarAnimationHelper()
148 mExpandedViewAlphaAnimator.start(); in animateExpansion()
215 mExpandedViewAlphaAnimator.reverse(); in animateCollapse()
223 mExpandedViewAlphaAnimator.cancel(); in cancelAnimations()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleStackView.java291 private final ValueAnimator mExpandedViewAlphaAnimator = ValueAnimator.ofFloat(0f, 1f); field in BubbleStackView
1072 mExpandedViewAlphaAnimator.setDuration(EXPANDED_VIEW_ALPHA_ANIMATION_DURATION); in BubbleStackView()
1073 mExpandedViewAlphaAnimator.setInterpolator(Interpolators.PANEL_CLOSE_ACCELERATED); in BubbleStackView()
1074 mExpandedViewAlphaAnimator.addListener(new AnimatorListenerAdapter() { in BubbleStackView()
1099 mExpandedViewAlphaAnimator.addUpdateListener(valueAnimator -> { in BubbleStackView()
2172 mExpandedViewAlphaAnimator.reverse(); in hideExpandedViewIfNeeded()
2196 mExpandedViewAlphaAnimator.start(); in showExpandedViewIfNeeded()
2315 mExpandedViewAlphaAnimator.start(); in animateExpansion()
2429 mExpandedViewAlphaAnimator.start(); in animateSwitchBubbles()