Searched refs:mAnimateUpBackgroundToMatchDrawer (Results 1 – 1 of 1) sorted by relevance
246 private final ValueAnimator mAnimateUpBackgroundToMatchDrawer = ValueAnimator.ofFloat(1f, 0f); field in VolumeDialogImpl983 mAnimateUpBackgroundToMatchDrawer.addUpdateListener(valueAnimator -> { in setupRingerDrawer()1087 mAnimateUpBackgroundToMatchDrawer.setDuration(ringerDrawerAnimationDuration); in showRingerDrawer()1088 mAnimateUpBackgroundToMatchDrawer.setInterpolator(Interpolators.FAST_OUT_SLOW_IN); in showRingerDrawer()1089 mAnimateUpBackgroundToMatchDrawer.start(); in showRingerDrawer()1138 mAnimateUpBackgroundToMatchDrawer.setDuration(DRAWER_ANIMATION_DURATION); in hideRingerDrawer()1139 mAnimateUpBackgroundToMatchDrawer.setInterpolator(Interpolators.FAST_OUT_SLOW_IN_REVERSE); in hideRingerDrawer()1140 mAnimateUpBackgroundToMatchDrawer.reverse(); in hideRingerDrawer()