Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/modifiers/
DPadding.kt135 val otherModifier = other as? PaddingModifier ?: return false in equals() constant
136 return start == otherModifier.start && in equals()
137 top == otherModifier.top && in equals()
138 end == otherModifier.end && in equals()
139 bottom == otherModifier.bottom && in equals()
140 rtlAware == otherModifier.rtlAware in equals()
DFadingBackground.kt110 val otherModifier = other as? FadingBackground ?: return false in equals() constant
111 return brush == otherModifier.brush && in equals()
112 alpha == otherModifier.alpha && in equals()
113 shape == otherModifier.shape in equals()