Searched refs:mExpandedViewAlphaAnimator (Results 1 – 2 of 2) sorted by relevance
60 private final ValueAnimator mExpandedViewAlphaAnimator = ValueAnimator.ofFloat(0f, 1f); field in BubbleBarAnimationHelper76 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()
291 private final ValueAnimator mExpandedViewAlphaAnimator = ValueAnimator.ofFloat(0f, 1f); field in BubbleStackView1072 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()