Home
last modified time | relevance | path

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

/packages/apps/Car/Launcher/docklib/src/com/android/car/docklib/view/animation/
DExcitementAnimationHelper.kt48 private const val PVH_STROKE_COLOR = "strokeColor" constant
145 object : Property<View, Int>(Int::class.java, PVH_STROKE_COLOR) { in getExcitementAnimator()