Searched refs:mExpandedViewAlphaAnimator (Results 1 – 1 of 1) sorted by relevance
270 private final ValueAnimator mExpandedViewAlphaAnimator = ValueAnimator.ofFloat(0f, 1f); field in BubbleStackView961 mExpandedViewAlphaAnimator.setDuration(EXPANDED_VIEW_ALPHA_ANIMATION_DURATION); in BubbleStackView()962 mExpandedViewAlphaAnimator.setInterpolator(Interpolators.PANEL_CLOSE_ACCELERATED); in BubbleStackView()963 mExpandedViewAlphaAnimator.addListener(new AnimatorListenerAdapter() { in BubbleStackView()987 mExpandedViewAlphaAnimator.addUpdateListener(valueAnimator -> { in BubbleStackView()1839 mExpandedViewAlphaAnimator.reverse(); in hideExpandedViewIfNeeded()1863 mExpandedViewAlphaAnimator.start(); in showExpandedViewIfNeeded()1965 mExpandedViewAlphaAnimator.start(); in animateExpansion()2059 mExpandedViewAlphaAnimator.reverse(); in animateCollapse()2115 mExpandedViewAlphaAnimator.start(); in animateSwitchBubbles()