Home
last modified time | relevance | path

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

/platform_testing/libraries/motion/src/platform/test/motion/view/
DDrawableFeatureCaptures.kt50 val otherRawValues = (other as? CornerRadii)?.rawValues ?: return false in equals() constant
51 return rawValues.contentEquals(otherRawValues) in equals()