Home
last modified time | relevance | path

Searched refs:TextField (Results 1 – 25 of 147) sorted by relevance

123456

/compose/ui/ui/benchmark/src/androidTest/java/androidx/compose/ui/benchmark/accessibility/
DTextFieldAccessibilityBenchmark.kt31 import androidx.compose.material.TextField
79 TextField( in createAccessibilityNodeInfoFromId_singleTextField()
99 TextField( in createAccessibilityNodeInfoFromId_singleOfMultipleTextField()
104 repeat(9) { TextField(value = "abc", onValueChange = {}) } in createAccessibilityNodeInfoFromId_singleOfMultipleTextField()
124 TextField(modifier = Modifier.testTag("tag"), value = "abc", onValueChange = {}) in createAccessibilityNodeInfoFromRoot_singleTextField()
141 TextField( in createAccessibilityNodeInfoFromRoot_multipleTextField()
146 repeat(9) { TextField(value = "abc", onValueChange = {}) } in createAccessibilityNodeInfoFromRoot_multipleTextField()
163 Column { if (include) TextField(value = "abc", onValueChange = {}) } in sendEvents_addRemoveSingleTextField()
187 repeat(10) { TextField(value = "abc", onValueChange = {}) } in sendEvents_addRemoveMultipleTextFields()
212 Column { repeat(count) { TextField(value = "abc", onValueChange = {}) } } in sendEvents_changeNumberOfTextFields()
[all …]
/compose/material3/material3/src/androidInstrumentedTest/kotlin/androidx/compose/material3/
DTextFieldScreenshotTest.kt82 TextField( in textField_withInput()
97 TextField( in textField_notFocused()
112 TextField( in textField_focused()
130 TextField( in textField_focused_rtl()
147 TextField( in textField_error_focused()
163 TextField( in textField_error_notFocused()
178 TextField( in textField_textColor_customTextColor()
192 TextField( in textField_textSelectionColor_customColors()
219 TextField( in textField_multiLine_withLabel_textAlignedToTop()
234 TextField( in textField_multiLine_withoutLabel_textAlignedToTop()
[all …]
DTextFieldTest.kt147 TextField( in <lambda>()
159 TextField( in <lambda>()
171 TextField( in <lambda>()
182 .setMaterialContentForSizeAssertions { TextField(rememberTextFieldState("input")) } in <lambda>()
193 TextField( in <lambda>()
227 TextField( in <lambda>()
263 TextField( in <lambda>()
301 TextField( in <lambda>()
306 TextField( in <lambda>()
351 TextField( in <lambda>()
[all …]
/compose/material/material/src/androidInstrumentedTest/kotlin/androidx/compose/material/textfield/
DTextFieldScreenshotTest.kt32 import androidx.compose.material.TextField
87 TextField( in textField_withInput()
102 TextField( in textField_notFocused()
117 TextField( in textField_focused()
135 TextField( in textField_focused_rtl()
155 TextField( in textField_error_focused()
172 TextField( in textField_error_notFocused()
188 TextField( in textField_textColor_fallbackToContentColor()
202 TextField( in textField_multiLine_withLabel_textAlignedToTop()
217 TextField( in textField_multiLine_withoutLabel_textAlignedToTop()
[all …]
DTextFieldTest.kt60 import androidx.compose.material.TextField in <lambda>()
153 TextField( in <lambda>()
165 TextField( in <lambda>()
176 .setMaterialContentForSizeAssertions { TextField(rememberTextFieldState("input")) } in <lambda>()
192 TextField( in <lambda>()
197 TextField( in <lambda>()
242 TextField( in <lambda>()
271 TextField( in <lambda>()
300 TextField( in <lambda>()
329 TextField( in <lambda>()
[all …]
/compose/ui/ui/benchmark/src/androidTest/java/androidx/compose/ui/benchmark/autofill/
DSemanticAutofillBenchmarkUtils.kt29 import androidx.compose.material.TextField in <lambda>()
47 TextField( in <lambda>()
58 TextField( in <lambda>()
68 TextField( in <lambda>()
79 TextField( in <lambda>()
98 TextField( in ChangingAutofillText()
108 TextField( in ChangingAutofillText()
118 TextField( in ChangingAutofillText()
128 TextField( in ChangingAutofillText()
146 TextField( in ChangingAutofillFocus()
[all …]
/compose/material3/material3/samples/src/main/java/androidx/compose/material3/samples/
DTextFieldSamples.kt53 import androidx.compose.material3.TextField in <lambda>()
83 TextField( in <lambda>()
105 TextField( in TextFieldWithTransformations()
132 TextField( in TextFieldWithIcons()
156 TextField( in TextFieldWithPlaceholder()
177 TextField( in TextFieldWithPrefixAndSuffix()
206 TextField( in TextFieldWithErrorState()
232 TextField( in TextFieldWithSupportingText()
270 TextField( in TextFieldWithInitialValueAndSelection()
293 TextField( in DenseTextFieldContentPadding()
[all …]
DExposedDropdownMenuSamples.kt36 import androidx.compose.material3.TextField in <lambda>()
65 TextField( in <lambda>()
113 TextField( in EditableExposedDropdownMenuSample()
206 TextField( in MultiAutocompleteExposedDropdownMenuSample()
/compose/material/material/samples/src/main/java/androidx/compose/material/samples/
DTextFieldSamples.kt38 import androidx.compose.material.TextField
71 TextField( in SimpleTextFieldSample()
92 TextField( in TextFieldWithIcons()
108 TextField( in TextFieldWithPlaceholder()
134 TextField( in TextFieldWithErrorState()
153 TextField( in TextFieldWithHelperMessage()
282 TextField( in TextFieldWithInitialValueAndSelection()
304 TextField( in TextFieldWithHideKeyboardOnImeAction()
318 TextField(state = state, modifier = Modifier.height(100.dp), label = { Text("Label") }) in TextArea()
DExposedDropdownMenuSamples.kt27 import androidx.compose.material.TextField in <lambda>()
46 TextField( in <lambda>()
79 TextField( in EditableExposedDropdownMenuSample()
/compose/ui/ui/samples/src/main/java/androidx/compose/ui/samples/
DAutofillSamples.kt22 import androidx.compose.material.TextField
33 TextField( in AutofillableTextFieldWithAutofillModifier()
44 TextField( in AutofillableTextFieldWithContentTypeSemantics()
/compose/foundation/foundation/integration-tests/foundation-demos/src/main/java/androidx/compose/foundation/demos/text/
DInteropTextFieldDemo.kt25 import androidx.compose.material.TextField
42 TextField( in InteropTextFieldDemo()
53 TextField( in InteropTextFieldDemo()
DFocusTextFieldImmediatelyDemo.kt26 import androidx.compose.material.TextField
59 TextField( in FocusTextFieldImmediatelyDemo()
71 TextField( in FocusTextFieldImmediatelyDemo()
DTextFieldFocusKeyboardInteraction.kt40 import androidx.compose.material.TextField in <lambda>()
92 TextField( in FocusableFieldRow()
98 TextField( in FocusableFieldRow()
104 TextField(text3, onValueChange = { text3 = it }, modifier = Modifier.weight(1f)) in FocusableFieldRow()
DTextFieldsInDialogDemo.kt29 import androidx.compose.material.TextField in <lambda>()
126 TextField(text, onValueChange = { text = it }) in SingleTextFieldDialog()
136 TextField( in AutoFocusTextFieldDialog()
DComposeTextPointerIcon.kt29 import androidx.compose.material.TextField
130 TextField(nonMod, { nonMod = it }, borderMod) in IconDemoColumn()
133 TextField(mod, { mod = it }, iconMod) in IconDemoColumn()
DFullScreenTextFieldDemo.kt22 import androidx.compose.material.TextField
35 TextField( in FullScreenTextFieldDemo()
DEmojiCompatDemo.kt23 import androidx.compose.material.TextField
54 TextField( in EmojiCompatDemo()
/compose/ui/ui/integration-tests/ui-demos/src/main/java/androidx/compose/ui/demos/focus/
DFocusInDialogDemo.kt25 import androidx.compose.material.TextField
54 TextField(value = mainText, onValueChange = { mainText = it }) in FocusInDialogDemo()
61 TextField(value = dialogText, onValueChange = { dialogText = it }) in FocusInDialogDemo()
DFocusInPopupDemo.kt25 import androidx.compose.material.TextField
56 TextField(value = mainText, onValueChange = { mainText = it }) in FocusInPopupDemo()
67 TextField(value = popupText, onValueChange = { popupText = it }) in FocusInPopupDemo()
DCaptureFocusDemo.kt24 import androidx.compose.material.TextField
52 TextField( in CaptureFocusDemo()
71 TextField( in CaptureFocusDemo()
/compose/ui/ui/integration-tests/ui-demos/src/main/java/androidx/compose/ui/demos/viewinterop/
DEditTextInteropDemo.kt29 import androidx.compose.material.TextField
45 TextField(text.value, onValueChange = { text.value = it }) in EditTextInteropDemo()
75 TextField(text.value, onValueChange = { text.value = it }) in EditTextInteropDemo()
/compose/ui/ui/integration-tests/ui-demos/src/main/java/androidx/compose/ui/demos/autofill/
DMultiPageLoginDemo.kt26 import androidx.compose.material.TextField in <lambda>()
68 TextField( in Screen1()
89 TextField( in Screen2()
/compose/foundation/foundation/integration-tests/foundation-demos/src/main/java/androidx/compose/foundation/demos/relocation/
DRequestRectangleOnScreenDemo.kt28 import androidx.compose.material.TextField
42 TextField(value = "Click here to bring up the soft keyboard", onValueChange = {}) in RequestRectangleOnScreenDemo()
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/autofill/
DTextFieldsSemanticAutofillTest.kt27 import androidx.compose.material.TextField
145 TextField( in performAutofill_credentials_legacyTF()
220 TextField( in performAutofill_customHighlight_legacyTF()

123456