| /compose/foundation/foundation-layout/src/commonMain/kotlin/androidx/compose/foundation/layout/ |
| D | RowColumnImpl.kt | 526 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
|
| D | AlignmentLine.kt | 219 val otherModifier = other as? AlignmentLineOffsetDpElement ?: return false in paddingFromBaseline() constant 267 val otherModifier = other as? AlignmentLineOffsetTextUnitElement ?: return false in equals() constant
|
| D | Offset.kt | 229 val otherModifier = other as? OffsetPxElement ?: return false in equals() constant
|
| D | AspectRatio.kt | 97 val otherModifier = other as? AspectRatioElement ?: return false in equals() constant
|
| D | Box.kt | 322 val otherModifier = other as? BoxChildDataElement ?: return false in equals() constant
|
| D | FlowLayout.kt | 438 val otherModifier = other as? FillCrossAxisSizeNode ?: return false in equals() constant
|
| /compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/ |
| D | FocusedBounds.kt | 53 val otherModifier = other as? FocusedBoundsObserverElement ?: return false in onFocusedBoundsChanged() constant
|
| D | Background.kt | 126 val otherModifier = other as? BackgroundElement ?: return false in equals() constant
|
| /compose/material3/adaptive/adaptive-layout/src/commonMain/kotlin/androidx/compose/material3/adaptive/layout/ |
| D | PaneScaffold.kt | 216 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/ |
| D | InteractiveComponentSize.kt | 166 val otherModifier = other as? MinimumInteractiveComponentSizeModifier ?: return false in equals() constant
|
| /compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/node/ |
| D | ModifierNodeChildTest.kt | 122 private fun Modifier.otherModifier(): Modifier = this.then(Modifier) method in androidx.compose.ui.node.ModifierNodeChildTest
|
| D | ModifierNodeVisitLocalAncestorsTest.kt | 139 private fun Modifier.otherModifier(): Modifier = this.then(Modifier) method in androidx.compose.ui.node.ModifierNodeVisitLocalAncestorsTest
|
| D | ModifierNodeVisitLocalDescendantsTest.kt | 140 private fun Modifier.otherModifier(): Modifier = this.then(Modifier) method in androidx.compose.ui.node.ModifierNodeVisitLocalDescendantsTest
|
| D | ModifierNodeNearestAncestorTest.kt | 155 private fun Modifier.otherModifier(): Modifier = this.then(Modifier) method in androidx.compose.ui.node.ModifierNodeNearestAncestorTest
|
| D | ModifierNodeVisitAncestorsTest.kt | 224 private fun Modifier.otherModifier(): Modifier = this.then(Modifier) in <lambda>() method in androidx.compose.ui.node.ModifierNodeVisitAncestorsTest
|
| D | ModifierNodeVisitChildrenTest.kt | 200 private fun Modifier.otherModifier(): Modifier = this.then(Modifier) method in androidx.compose.ui.node.ModifierNodeVisitChildrenTest
|
| D | ModifierNodeVisitSelfAndChildrenTest.kt | 189 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/ |
| D | RtlLayoutTest.kt | 290 val otherModifier = other as? MinimumTouchTargetModifier ?: return false in <lambda>() constant
|
| /compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/ |
| D | ButtonGroup.kt | 863 val otherModifier = other as? ButtonGroupElement ?: return false in weight() constant 902 val otherModifier = other as? EnlargeOnPressNode ?: return false in hashCode() constant
|
| D | TimePicker.kt | 2130 val otherModifier = other as? VisibleModifier ?: return false in hashCode() constant
|