Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DRoundable.kt346 private val topAnimatable = topAnimatable(roundable) regex
406 internal fun isTopAnimating() = PropertyAnimator.isAnimating(targetView, topAnimatable)
416 PropertyAnimator.setProperty(targetView, topAnimatable, value, DURATION, animated)
447 private fun topAnimatable(roundable: Roundable): AnimatableProperty = regex