Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DRoundable.kt327 private val bottomAnimatable = bottomAnimatable(roundable) constant
387 internal fun isBottomAnimating() = PropertyAnimator.isAnimating(targetView, bottomAnimatable) in isTopAnimating()
402 PropertyAnimator.setProperty(targetView, bottomAnimatable, value, DURATION, animated) in setBottomRoundness()
440 private fun bottomAnimatable(roundable: Roundable): AnimatableProperty = in bottomAnimatable() method