Home
last modified time | relevance | path

Searched refs:mAnimateUpBackgroundToMatchDrawer (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogImpl.java217 private final ValueAnimator mAnimateUpBackgroundToMatchDrawer = ValueAnimator.ofFloat(1f, 0f); field in VolumeDialogImpl
857 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()