Searched refs:mAnimateUpBackgroundToMatchDrawer (Results 1 – 1 of 1) sorted by relevance
217 private final ValueAnimator mAnimateUpBackgroundToMatchDrawer = ValueAnimator.ofFloat(1f, 0f); field in VolumeDialogImpl857 mAnimateUpBackgroundToMatchDrawer.addUpdateListener(valueAnimator -> { in setupRingerDrawer()948 mAnimateUpBackgroundToMatchDrawer.setDuration(ringerDrawerAnimationDuration); in showRingerDrawer()949 mAnimateUpBackgroundToMatchDrawer.setInterpolator(Interpolators.FAST_OUT_SLOW_IN); in showRingerDrawer()950 mAnimateUpBackgroundToMatchDrawer.start(); in showRingerDrawer()1004 mAnimateUpBackgroundToMatchDrawer.setDuration(DRAWER_ANIMATION_DURATION); in hideRingerDrawer()1005 mAnimateUpBackgroundToMatchDrawer.setInterpolator(Interpolators.FAST_OUT_SLOW_IN_REVERSE); in hideRingerDrawer()1006 mAnimateUpBackgroundToMatchDrawer.reverse(); in hideRingerDrawer()