Home
last modified time | relevance | path

Searched refs:Text (Results 1 – 25 of 30) sorted by relevance

12

/development/tools/repo_diff/service/repodiff/entities/
Dentities.go68 Text string `xml:",chardata"` member
76 Text string `xml:",chardata"` member
84 Text string `xml:",chardata"` member
89 Text string `xml:",chardata"` member
95 Text string `xml:",chardata"` member
101 Text string `xml:",chardata"` member
111 Text string `xml:",chardata"` member
117 Text string `xml:",chardata"` member
/development/samples/SceneTransitionLayoutDemo/src/com/android/compose/animation/scene/demo/
DDemoConfiguration.kt44 import androidx.compose.material3.Text
206 title = { Text("Demo configuration") }, in defaultSpatialSpec()
209 Text(text = "Generic app settings", style = MaterialTheme.typography.titleMedium) in defaultSpatialSpec()
271 Text(text = "First composition delay: ${configuration.firstCompositionDelay}ms") in defaultSpatialSpec()
281 Text(text = "Theme", style = MaterialTheme.typography.titleMedium) in defaultSpatialSpec()
283 Text(text = "Motion: ${configuration.motion.name}") in defaultSpatialSpec()
291 Text(text = "Scrollable", style = MaterialTheme.typography.titleMedium) in defaultSpatialSpec()
296 Text(text = "Interception threshold: $thresholdString") in defaultSpatialSpec()
308 Text(text = "Media", style = MaterialTheme.typography.titleMedium) in defaultSpatialSpec()
321 Text(text = "Notifications", style = MaterialTheme.typography.titleMedium) in defaultSpatialSpec()
[all …]
DStub.kt24 import androidx.compose.material3.Text
60 Text( in ContentScope()
DSmartSpace.kt28 import androidx.compose.material3.Text
77 Text("13°C", color = color, fontSize = 14.sp) in ContentScope()
/development/apps/ShareTest/src/com/android/sharetest/
DCallerDirectTargetActivity.kt23 import androidx.compose.material3.Text
29 Text( in onCreate()
DSendTextActivity.kt23 import androidx.compose.material3.Text
30 Text( in onCreate()
DInteractiveShareTestActivity.kt46 import androidx.compose.material3.Text in <lambda>()
172 Button(onClick = { startCameraApp() }) { Text("Pick Camera App") } in <lambda>()
173 Button(onClick = { launchActivity() }) { Text("Launch Activity") } in <lambda>()
178 Text("Launch Self in Split-Screen") in <lambda>()
181 Button(onClick = { launchDialog() }) { Text("Launch Dialog") } in <lambda>()
192 Button(onClick = { shareText(sharedText) }) { Text("Share Text") } in <lambda>()
197 Text("Share One Image") in <lambda>()
201 Text("Share Two Images") in <lambda>()
215 Text( in <lambda>()
221 Button(onClick = { closeChooser() }) { Text("Close Chooser") } in <lambda>()
/development/samples/MotionMechanics/src/com/android/mechanics/demo/tuneable/
DCommon.kt38 import androidx.compose.material3.Text in <lambda>()
78 Text(render(sliderPosition), textAlign = TextAlign.Center) in <lambda>()
111 Text("${sliderPosition.toInt()}dp", textAlign = TextAlign.Center) in DpSlider()
164 Text(render(value), style = MaterialTheme.typography.labelMedium) in Dropdown()
171 text = { Text(render(option)) }, in Dropdown()
198 Text(label, Modifier.padding(start = 8.dp)) in LabelledCheckbox()
221 Text(text = label, modifier = Modifier.padding(start = 8.dp)) in LabelledRadioButton()
DSpringConfig.kt24 import androidx.compose.material3.Text in <lambda>()
63 Text("Damping") in <lambda>()
76 Text("Stiffness") in <lambda>()
DConfigDialog.kt27 import androidx.compose.material3.Text
89 Text("Done") in <lambda>()
93 Button(onClick = { onConfigurationChange(defaultConfig) }) { Text("Reset") } in <lambda>()
DSection.kt39 import androidx.compose.material3.Text
59 Text(shortDescription, style = MaterialTheme.typography.bodySmall) in SectionDescription()
115 Text(label, style = MaterialTheme.typography.titleMedium) in Section()
122 Text( in Section()
DGuaranteeConfig.kt21 import androidx.compose.material3.Text in <lambda>()
82 Text(text = "Delta", modifier = Modifier.padding(start = 8.dp)) in <lambda>()
DDemo.kt29 import androidx.compose.material3.Text in <lambda>()
82 Text("Config") in ConfigurableDemo()
/development/samples/MotionMechanics/src/com/android/mechanics/demo/demos/
DMaterialFadeThrough.kt40 import androidx.compose.material3.Text in <lambda>()
76 header = { Text(text = "Contents", style = typography.titleMedium) }, in <lambda>()
106 Text(text = "Item ${it + 1}", modifier = Modifier.height(20.dp)) in <lambda>()
157 Text(text = "Delta", modifier = Modifier.padding(start = 8.dp)) in <lambda>()
184 Text(text = "Delta", modifier = Modifier.padding(start = 8.dp)) in <lambda>()
/development/samples/MotionMechanics/src/com/android/mechanics/demo/presentation/
DPracticalDemoAppear.kt40 import androidx.compose.material3.Text in <lambda>()
76 header = { Text(text = "Contents", style = typography.titleMedium) }, in <lambda>()
106 Text(text = "Item ${it + 1}", modifier = Modifier.height(20.dp)) in <lambda>()
157 Text(text = "Delta", modifier = Modifier.padding(start = 8.dp)) in <lambda>()
184 Text(text = "Delta", modifier = Modifier.padding(start = 8.dp)) in <lambda>()
DPracticalDemoDetach.kt41 import androidx.compose.material3.Text in <lambda>()
90 header = { Text(text = "Contents", style = typography.titleMedium) }, in <lambda>()
120 Text(text = "Item ${it + 1}", modifier = Modifier.height(20.dp)) in <lambda>()
171 Text(text = "Delta", modifier = Modifier.padding(start = 8.dp)) in <lambda>()
198 Text(text = "Delta", modifier = Modifier.padding(start = 8.dp)) in <lambda>()
DPredefinedMotionDemo.kt40 import androidx.compose.material3.Text in <lambda>()
70 header = { Text(text = "Contents", style = typography.titleMedium) }, in <lambda>()
100 Text(text = "Item ${it + 1}", modifier = Modifier.height(20.dp)) in <lambda>()
DGuaranteeBoxDemo.kt35 import androidx.compose.material3.Text
114 Text("Example Scenario: ") in DemoUi()
281 Text("Box Width") in ConfigUi()
289 Text("Min visible width") in ConfigUi()
297 Text("Guarantee Distance") in ConfigUi()
DGuaranteeFadeDemo.kt35 import androidx.compose.material3.Text
98 Text("Guarantee Distance") in DemoUi()
DDirectionChangeDemo.kt35 import androidx.compose.material3.Text
86 Text("Change Direction Slop") in DemoUi()
DDirectionSpecDemo.kt37 import androidx.compose.material3.Text in <lambda>()
97 Text("Change Direction Slop") in <lambda>()
/development/samples/PictureInPicture/ComposePip/app/src/main/java/com/example/samplepip/
DMainActivity.kt15 import androidx.compose.material.Text
53 Text(text = getString(R.string.start_pip_button)) in PipButton()
/development/samples/MotionMechanics/src/com/android/mechanics/demo/
DScreen.kt28 import androidx.compose.material3.Text in <lambda>()
90 Text(name) in ScreenMenu()
/development/samples/MotionMechanics/src/com/android/mechanics/demo/staging/debug/
DDebugUi.kt40 import androidx.compose.material3.Text
85 Text(text = "Motion Value Visualization", style = typography.titleMedium) in DebugUi()
/development/samples/SceneTransitionLayoutDemo/src/com/android/compose/animation/scene/demo/notification/
DNotificationContent.kt32 import androidx.compose.material3.Text
104 Text( in ContentScope()

12