Searched refs:PANEL_CLOSE_ACCELERATED (Results 1 – 6 of 6) sorted by relevance
90 public static final Interpolator PANEL_CLOSE_ACCELERATED = field in Interpolators
186 public static final Interpolator PANEL_CLOSE_ACCELERATED = new PathInterpolator(0.3f, 0, 0.5f,
192 public static final Interpolator PANEL_CLOSE_ACCELERATED = new PathInterpolator(0.3f, 0, 0.5f,
108 mExpandedViewAlphaAnimator.setInterpolator(Interpolators.PANEL_CLOSE_ACCELERATED); in BubbleBarAnimationHelper()
1118 .setInterpolator(Interpolators.PANEL_CLOSE_ACCELERATED) in BubbleStackView()1122 mExpandedViewAlphaAnimator.setInterpolator(Interpolators.PANEL_CLOSE_ACCELERATED); in BubbleStackView()1159 mAnimatingOutSurfaceAlphaAnimator.setInterpolator(Interpolators.PANEL_CLOSE_ACCELERATED); in BubbleStackView()
2175 animator.setInterpolator(Interpolators.PANEL_CLOSE_ACCELERATED); in flingToHeight()