Home
last modified time | relevance | path

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

/aosp12/packages/apps/DeskClock/src/com/android/deskclock/
H A DDeskClock.kt207 val hideFabAnimation = AnimatorUtils.getScaleAnimator(mFab, 1f, 0f) regex
215 hideFabAnimation.addListener(object : AnimatorListenerAdapter() {
231 .play(hideFabAnimation)
245 .after(hideFabAnimation)