Home
last modified time | relevance | path

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

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