Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DKeyguardRootViewBinder.kt538 animateInIconTranslation() in <lambda>()
547 animateInIconTranslation() in <lambda>()
562 animateInIconTranslation() in <lambda>()
583 .apply { if (MigrateClocksToBlueprint.isEnabled) animateInIconTranslation() } in <lambda>()
594 private fun View.animateInIconTranslation() { in <lambda>() method
596 animate().animateInIconTranslation().setDuration(AOD_ICONS_APPEAR_DURATION).start() in <lambda>()
600 private fun ViewPropertyAnimator.animateInIconTranslation(): ViewPropertyAnimator = in <lambda>() method