Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DRoundable.kt324 private val topAnimatable = topAnimatable(roundable) constant
384 internal fun isTopAnimating() = PropertyAnimator.isAnimating(targetView, topAnimatable) in isTopAnimating()
394 PropertyAnimator.setProperty(targetView, topAnimatable, value, DURATION, animated) in isTopAnimating()
425 private fun topAnimatable(roundable: Roundable): AnimatableProperty = in topAnimatable() method