Searched refs:mExpandedViewAlphaAnimator (Results 1 – 2 of 2) sorted by relevance
87 private final ValueAnimator mExpandedViewAlphaAnimator = ValueAnimator.ofFloat(0f, 1f); field in BubbleBarAnimationHelper107 mExpandedViewAlphaAnimator.setDuration(EXPANDED_VIEW_ALPHA_ANIMATION_DURATION); in BubbleBarAnimationHelper()108 mExpandedViewAlphaAnimator.setInterpolator(Interpolators.PANEL_CLOSE_ACCELERATED); in BubbleBarAnimationHelper()109 mExpandedViewAlphaAnimator.addListener(new AnimatorListenerAdapter() { in BubbleBarAnimationHelper()137 mExpandedViewAlphaAnimator.addUpdateListener(valueAnimator -> { in BubbleBarAnimationHelper()174 mExpandedViewAlphaAnimator.start(); in animateExpansion()235 mExpandedViewAlphaAnimator.reverse(); in animateCollapse()442 mExpandedViewAlphaAnimator.cancel(); in cancelAnimations()
312 private final ValueAnimator mExpandedViewAlphaAnimator = ValueAnimator.ofFloat(0f, 1f); field in BubbleStackView1121 mExpandedViewAlphaAnimator.setDuration(EXPANDED_VIEW_ALPHA_ANIMATION_DURATION); in BubbleStackView()1122 mExpandedViewAlphaAnimator.setInterpolator(Interpolators.PANEL_CLOSE_ACCELERATED); in BubbleStackView()1123 mExpandedViewAlphaAnimator.addListener(new AnimatorListenerAdapter() { in BubbleStackView()1149 mExpandedViewAlphaAnimator.addUpdateListener(valueAnimator -> { in BubbleStackView()2403 mExpandedViewAlphaAnimator.reverse(); in hideExpandedViewIfNeeded()2427 mExpandedViewAlphaAnimator.start(); in showExpandedViewIfNeeded()2566 mExpandedViewAlphaAnimator.start(); in animateBubbleExpansion()2622 mExpandedViewAlphaAnimator.start(); in animateOverflowExpansion()2722 mExpandedViewAlphaAnimator.start(); in animateSwitchBubbles()