Home
last modified time | relevance | path

Searched defs:otherModifier (Results 1 – 20 of 20) sorted by relevance

/compose/foundation/foundation-layout/src/commonMain/kotlin/androidx/compose/foundation/layout/
DRowColumnImpl.kt526 val otherModifier = other as? LayoutWeightElement ?: return false in equals() constant
554 val otherModifier = other as? WithAlignmentLineBlockElement ?: return false in equals() constant
585 val otherModifier = other as? WithAlignmentLineElement ?: return false in hashCode() constant
635 val otherModifier = other as? HorizontalAlignElement ?: return false in hashCode() constant
669 val otherModifier = other as? VerticalAlignElement ?: return false in hashCode() constant
DAlignmentLine.kt219 val otherModifier = other as? AlignmentLineOffsetDpElement ?: return false in paddingFromBaseline() constant
267 val otherModifier = other as? AlignmentLineOffsetTextUnitElement ?: return false in equals() constant
DOffset.kt229 val otherModifier = other as? OffsetPxElement ?: return false in equals() constant
DAspectRatio.kt97 val otherModifier = other as? AspectRatioElement ?: return false in equals() constant
DBox.kt322 val otherModifier = other as? BoxChildDataElement ?: return false in equals() constant
DFlowLayout.kt438 val otherModifier = other as? FillCrossAxisSizeNode ?: return false in equals() constant
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/
DFocusedBounds.kt53 val otherModifier = other as? FocusedBoundsObserverElement ?: return false in onFocusedBoundsChanged() constant
DBackground.kt126 val otherModifier = other as? BackgroundElement ?: return false in equals() constant
/compose/material3/adaptive/adaptive-layout/src/commonMain/kotlin/androidx/compose/material3/adaptive/layout/
DPaneScaffold.kt216 val otherModifier = other as? PreferredWidthElement ?: return false in equals() constant
254 val otherModifier = other as? PreferredHeightElement ?: return false in equals() constant
/compose/material/material/src/commonMain/kotlin/androidx/compose/material/
DInteractiveComponentSize.kt166 val otherModifier = other as? MinimumInteractiveComponentSizeModifier ?: return false in equals() constant
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/node/
DModifierNodeChildTest.kt122 private fun Modifier.otherModifier(): Modifier = this.then(Modifier) method in androidx.compose.ui.node.ModifierNodeChildTest
DModifierNodeVisitLocalAncestorsTest.kt139 private fun Modifier.otherModifier(): Modifier = this.then(Modifier) method in androidx.compose.ui.node.ModifierNodeVisitLocalAncestorsTest
DModifierNodeVisitLocalDescendantsTest.kt140 private fun Modifier.otherModifier(): Modifier = this.then(Modifier) method in androidx.compose.ui.node.ModifierNodeVisitLocalDescendantsTest
DModifierNodeNearestAncestorTest.kt155 private fun Modifier.otherModifier(): Modifier = this.then(Modifier) method in androidx.compose.ui.node.ModifierNodeNearestAncestorTest
DModifierNodeVisitAncestorsTest.kt224 private fun Modifier.otherModifier(): Modifier = this.then(Modifier) in <lambda>() method in androidx.compose.ui.node.ModifierNodeVisitAncestorsTest
DModifierNodeVisitChildrenTest.kt200 private fun Modifier.otherModifier(): Modifier = this.then(Modifier) method in androidx.compose.ui.node.ModifierNodeVisitChildrenTest
DModifierNodeVisitSelfAndChildrenTest.kt189 private fun Modifier.otherModifier(): Modifier = this.then(Modifier) method in androidx.compose.ui.node.ModifierNodeVisitSelfAndChildrenTest
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/layout/
DRtlLayoutTest.kt290 val otherModifier = other as? MinimumTouchTargetModifier ?: return false in <lambda>() constant
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DButtonGroup.kt863 val otherModifier = other as? ButtonGroupElement ?: return false in weight() constant
902 val otherModifier = other as? EnlargeOnPressNode ?: return false in hashCode() constant
DTimePicker.kt2130 val otherModifier = other as? VisibleModifier ?: return false in hashCode() constant