Home
last modified time | relevance | path

Searched defs:badge (Results 1 – 3 of 3) sorted by relevance

/compose/material3/material3/src/androidInstrumentedTest/kotlin/androidx/compose/material3/
DBadgeTest.kt127 val badge = rule.onNodeWithTag(TestBadgeTag) in badgeBox_noContent_position() constant
143 val badge = rule.onNodeWithTag(TestAnchorTag).onSibling() in badgeBox_shortContent_position() constant
162 val badge = rule.onNodeWithTag(TestAnchorTag).onSibling() in badgeBox_longContent_position() constant
228 val badge = rule.onNodeWithTag(badgeTag) in badgeBox_smallGreatGrandParentAndLargeAnchor_adjustedBadge() constant
/compose/material/material/src/androidInstrumentedTest/kotlin/androidx/compose/material/
DBadgeTest.kt135 val badge = rule.onNodeWithTag(TestBadgeTag) in badgeBox_noContent_position() constant
154 val badge = rule.onNodeWithTag(TestAnchorTag).onSibling() in badgeBox_shortContent_position() constant
174 val badge = rule.onNodeWithTag(TestAnchorTag).onSibling() in badgeBox_longContent_position() constant
/compose/material3/material3-adaptive-navigation-suite/src/commonMain/kotlin/androidx/compose/material3/adaptive/navigationsuite/
DNavigationSuiteScaffold.kt1547 val badge: (@Composable () -> Unit)?, constant