Home
last modified time | relevance | path

Searched refs:caption (Results 1 – 25 of 81) sorted by relevance

1234

/compose/foundation/foundation/integration-tests/foundation-demos/src/main/java/androidx/compose/foundation/demos/text2/
DBasicTextFieldOutputTransformationDemos.kt90 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 …]
DDecorationBoxDemos.kt79 Text("Label", style = MaterialTheme.typography.caption) in SimpleDecorationWithLabel()
DBasicTextFieldDemos.kt116 Text(text = "Backing state: \"$text\"", style = MaterialTheme.typography.caption) in CapitalizeValueCallbackDemo()
/compose/material/material/src/commonMain/kotlin/androidx/compose/material/
DTypography.kt93 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()
DTextFieldImpl.kt109 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>()
DNavigationRail.kt216 val style = MaterialTheme.typography.caption.copy(textAlign = TextAlign.Center) in NavigationRailItem()
DBottomNavigation.kt213 val style = MaterialTheme.typography.caption.copy(textAlign = TextAlign.Center) in RowScope()
DListItem.kt94 val styledTrailing = applyTextStyle(typography.caption, ContentAlpha.high, trailing) in <lambda>()
/compose/foundation/foundation/integration-tests/foundation-demos/src/main/java/androidx/compose/foundation/demos/
DWindowInsetsDemo.kt68 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>()
DLongScreenshotsDemos.kt99 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/
DOutlinedTextFieldTest.kt1210 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>()
DTextFieldTest.kt1292 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/
DComponentItem.kt73 style = MaterialTheme.typography.caption in ComponentItem()
/compose/material/material/integration-tests/material-catalog/src/main/java/androidx/compose/material/catalog/library/ui/example/
DExampleItem.kt57 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/
DType.kt115 caption =
/compose/animation/animation/integration-tests/animation-demos/src/main/java/androidx/compose/animation/demos/lookahead/
DLookaheadWithPopularBoxWithConstraintsUsage.kt122 style = MaterialTheme.typography.caption in Property()
/compose/integration-tests/macrobenchmark-target/src/main/java/androidx/compose/integration/macrobenchmark/target/
DStaticScrollingContentWithChromeInitialCompositionActivity.kt136 style = MaterialTheme.typography.caption, in TopBar()
/compose/material/material/samples/src/main/java/androidx/compose/material/samples/
DTextFieldSamples.kt161 style = MaterialTheme.typography.caption, in TextFieldWithHelperMessage()
/compose/material/material/integration-tests/material-demos/src/main/java/androidx/compose/material/demos/
DMaterialTextField.kt332 val typography = MaterialTheme.typography.caption in TextFieldWithMessage()
/compose/integration-tests/demos/src/main/java/androidx/compose/integration/demos/
DAccessibilityNodeInspector.kt507 style = MaterialTheme.typography.caption, in NodeHeader()
607 style = MaterialTheme.typography.caption, in KeyValueRow()
/compose/material/material/api/
Drestricted_1.0.0-beta02.txt607 …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;
Drestricted_1.0.0-beta06.txt570 …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;
Drestricted_1.0.0-beta05.txt570 …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;
Drestricted_1.0.0-beta07.txt570 …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;
Drestricted_1.0.0-beta03.txt607 …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;

1234