Home
last modified time | relevance | path

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

/external/lottie/LottieSample/src/main/kotlin/com/airbnb/lottie/samples/model/
DAnimationData.kt28 fun bgColorInt(): Int { in bgColorInt() method
/external/lottie/LottieSample/src/main/kotlin/com/airbnb/lottie/samples/
DAnimationItemView.kt30 animationView.background = ColorDrawable(animationData.bgColorInt()) in setAnimationData()
DPlayerFragment.kt120 args.animationData?.bgColorInt()?.let { in <lambda>()