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