Searched refs:otherModifier (Results 1 – 2 of 2) sorted by relevance
135 val otherModifier = other as? PaddingModifier ?: return false in equals() constant136 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()
110 val otherModifier = other as? FadingBackground ?: return false in equals() constant111 return brush == otherModifier.brush && in equals()112 alpha == otherModifier.alpha && in equals()113 shape == otherModifier.shape in equals()