| /compose/foundation/foundation/integration-tests/foundation-demos/src/main/java/androidx/compose/foundation/demos/text2/ |
| D | BasicTextFieldOutputTransformationDemos.kt | 90 style = MaterialTheme.typography.caption in InsertReplaceDeleteDemo() 96 Text("\"", style = MaterialTheme.typography.caption) in InsertReplaceDeleteDemo() 97 BasicTextField(prefix, textStyle = MaterialTheme.typography.caption) in InsertReplaceDeleteDemo() 98 Text("\"", style = MaterialTheme.typography.caption) in InsertReplaceDeleteDemo() 103 Text("\"", style = MaterialTheme.typography.caption) in InsertReplaceDeleteDemo() 104 BasicTextField(middle, textStyle = MaterialTheme.typography.caption) in InsertReplaceDeleteDemo() 105 Text("\"", style = MaterialTheme.typography.caption) in InsertReplaceDeleteDemo() 110 Text("\"", style = MaterialTheme.typography.caption) in InsertReplaceDeleteDemo() 111 BasicTextField(suffix, textStyle = MaterialTheme.typography.caption) in InsertReplaceDeleteDemo() 112 Text("\"", style = MaterialTheme.typography.caption) in InsertReplaceDeleteDemo() [all …]
|
| D | DecorationBoxDemos.kt | 79 Text("Label", style = MaterialTheme.typography.caption) in SimpleDecorationWithLabel()
|
| D | BasicTextFieldDemos.kt | 116 Text(text = "Backing state: \"$text\"", style = MaterialTheme.typography.caption) in CapitalizeValueCallbackDemo()
|
| /compose/material/material/src/commonMain/kotlin/androidx/compose/material/ |
| D | Typography.kt | 93 val caption: TextStyle, constant in androidx.compose.material.Typography 203 caption: TextStyle = 229 caption = caption.withDefaultFontFamily(defaultFontFamily), 246 caption: TextStyle = this.caption, in copy() 261 caption = caption, in copy() 280 if (caption != other.caption) return false in copy() 298 result = 31 * result + caption.hashCode() in hashCode() 306 "body2=$body2, button=$button, caption=$caption, overline=$overline)" in toString()
|
| D | TextFieldImpl.kt | 109 val caption = typography.caption constant 111 (subtitle1.color == Color.Unspecified && caption.color != Color.Unspecified) || 112 (subtitle1.color != Color.Unspecified && caption.color == Color.Unspecified) 117 with(MaterialTheme.typography.caption.color) { 135 MaterialTheme.typography.caption, in <lambda>()
|
| D | NavigationRail.kt | 216 val style = MaterialTheme.typography.caption.copy(textAlign = TextAlign.Center) in NavigationRailItem()
|
| D | BottomNavigation.kt | 213 val style = MaterialTheme.typography.caption.copy(textAlign = TextAlign.Center) in RowScope()
|
| D | ListItem.kt | 94 val styledTrailing = applyTextStyle(typography.caption, ContentAlpha.high, trailing) in <lambda>()
|
| /compose/foundation/foundation/integration-tests/foundation-demos/src/main/java/androidx/compose/foundation/demos/ |
| D | WindowInsetsDemo.kt | 68 style = MaterialTheme.typography.caption in <lambda>() 74 style = MaterialTheme.typography.caption in <lambda>() 79 style = MaterialTheme.typography.caption in <lambda>() 84 style = MaterialTheme.typography.caption in <lambda>()
|
| D | LongScreenshotsDemos.kt | 99 style = MaterialTheme.typography.caption in SingleEagerListDemo() 141 style = MaterialTheme.typography.caption in SingleLazyListDemo() 206 style = MaterialTheme.typography.caption in BigInLittleDemo()
|
| /compose/material/material/src/androidInstrumentedTest/kotlin/androidx/compose/material/textfield/ |
| D | OutlinedTextFieldTest.kt | 1210 val caption = MaterialTheme.typography.caption.copy(color = captionColor) in <lambda>() constant 1211 MaterialTheme(typography = Typography(caption = caption)) { in <lambda>() 1251 val caption = MaterialTheme.typography.caption.copy(color = expectedLabelColor) in <lambda>() constant 1252 MaterialTheme(typography = Typography(caption = caption)) { in <lambda>() 1294 val caption = MaterialTheme.typography.caption.copy(color = captionColor) in <lambda>() constant 1296 MaterialTheme(typography = Typography(caption = caption, subtitle1 = subtitle1)) { in <lambda>()
|
| D | TextFieldTest.kt | 1292 val caption = MaterialTheme.typography.caption.copy(color = captionColor) in <lambda>() constant 1293 MaterialTheme(typography = Typography(caption = caption)) { in <lambda>() 1333 val caption = MaterialTheme.typography.caption.copy(color = expectedLabelColor) in <lambda>() constant 1334 MaterialTheme(typography = Typography(caption = caption)) { in <lambda>() 1376 val caption = MaterialTheme.typography.caption.copy(color = captionColor) in <lambda>() constant 1378 MaterialTheme(typography = Typography(caption = caption, subtitle1 = subtitle1)) { in <lambda>()
|
| /compose/material/material/integration-tests/material-catalog/src/main/java/androidx/compose/material/catalog/library/ui/component/ |
| D | ComponentItem.kt | 73 style = MaterialTheme.typography.caption in ComponentItem()
|
| /compose/material/material/integration-tests/material-catalog/src/main/java/androidx/compose/material/catalog/library/ui/example/ |
| D | ExampleItem.kt | 57 Text(text = example.description, style = MaterialTheme.typography.caption) in ExampleItem()
|
| /compose/integration-tests/hero/jetsnack/jetsnack-implementation/src/main/java/androidx/compose/integration/hero/jetsnack/implementation/compose/theme/ |
| D | Type.kt | 115 caption =
|
| /compose/animation/animation/integration-tests/animation-demos/src/main/java/androidx/compose/animation/demos/lookahead/ |
| D | LookaheadWithPopularBoxWithConstraintsUsage.kt | 122 style = MaterialTheme.typography.caption in Property()
|
| /compose/integration-tests/macrobenchmark-target/src/main/java/androidx/compose/integration/macrobenchmark/target/ |
| D | StaticScrollingContentWithChromeInitialCompositionActivity.kt | 136 style = MaterialTheme.typography.caption, in TopBar()
|
| /compose/material/material/samples/src/main/java/androidx/compose/material/samples/ |
| D | TextFieldSamples.kt | 161 style = MaterialTheme.typography.caption, in TextFieldWithHelperMessage()
|
| /compose/material/material/integration-tests/material-demos/src/main/java/androidx/compose/material/demos/ |
| D | MaterialTextField.kt | 332 val typography = MaterialTheme.typography.caption in TextFieldWithMessage()
|
| /compose/integration-tests/demos/src/main/java/androidx/compose/integration/demos/ |
| D | AccessibilityNodeInspector.kt | 507 style = MaterialTheme.typography.caption, in NodeHeader() 607 style = MaterialTheme.typography.caption, in KeyValueRow()
|
| /compose/material/material/api/ |
| D | restricted_1.0.0-beta02.txt | 607 …se.ui.text.TextStyle button, optional androidx.compose.ui.text.TextStyle caption, optional android… 608 …se.ui.text.TextStyle button, optional androidx.compose.ui.text.TextStyle caption, optional android… 625 property public final androidx.compose.ui.text.TextStyle caption;
|
| D | restricted_1.0.0-beta06.txt | 570 …se.ui.text.TextStyle button, optional androidx.compose.ui.text.TextStyle caption, optional android… 571 …se.ui.text.TextStyle button, optional androidx.compose.ui.text.TextStyle caption, optional android… 588 property public final androidx.compose.ui.text.TextStyle caption;
|
| D | restricted_1.0.0-beta05.txt | 570 …se.ui.text.TextStyle button, optional androidx.compose.ui.text.TextStyle caption, optional android… 571 …se.ui.text.TextStyle button, optional androidx.compose.ui.text.TextStyle caption, optional android… 588 property public final androidx.compose.ui.text.TextStyle caption;
|
| D | restricted_1.0.0-beta07.txt | 570 …se.ui.text.TextStyle button, optional androidx.compose.ui.text.TextStyle caption, optional android… 571 …se.ui.text.TextStyle button, optional androidx.compose.ui.text.TextStyle caption, optional android… 588 property public final androidx.compose.ui.text.TextStyle caption;
|
| D | restricted_1.0.0-beta03.txt | 607 …se.ui.text.TextStyle button, optional androidx.compose.ui.text.TextStyle caption, optional android… 608 …se.ui.text.TextStyle button, optional androidx.compose.ui.text.TextStyle caption, optional android… 625 property public final androidx.compose.ui.text.TextStyle caption;
|