Searched refs:topAnimatable (Results 1 – 1 of 1) sorted by relevance
324 private val topAnimatable = topAnimatable(roundable) constant384 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