Home
last modified time | relevance | path

Searched defs:viewStructure (Results 1 – 8 of 8) sorted by relevance

/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/autofill/
DPerformAndroidAutofillManagerTest.kt148 val viewStructure: ViewStructure = FakeViewStructure() in populateViewStructure_empty() constant
167 val viewStructure: ViewStructure = FakeViewStructure() in populateViewStructure_defaultValues() constant
221 val viewStructure: ViewStructure = FakeViewStructure() in populateViewStructure_contentType() constant
258 val viewStructure: ViewStructure = FakeViewStructure() in populateViewStructure_contentDataType() constant
295 val viewStructure: ViewStructure = FakeViewStructure() in populateViewStructure_clickable() constant
335 val viewStructure: ViewStructure = FakeViewStructure() in populateViewStructure_contentDescription() constant
376 val viewStructure: ViewStructure = FakeViewStructure() in populateViewStructure_role_tab() constant
424 val viewStructure: ViewStructure = FakeViewStructure() in populateViewStructure_role_radioButton() constant
475 val viewStructure: ViewStructure = FakeViewStructure() in populateViewStructure_role_dropdownList() constant
526 val viewStructure: ViewStructure = FakeViewStructure() in populateViewStructure_role_valuePicker() constant
[all …]
DMixedAutofillTest.kt85 val viewStructure: ViewStructure = FakeViewStructure() in populateViewStructure_empty() constant
102 val viewStructure: ViewStructure = FakeViewStructure() in autofill_empty() constant
125 val viewStructure: ViewStructure = FakeViewStructure() in populateViewStructure_new_old_sameLayoutNode() constant
205 val viewStructure: ViewStructure = FakeViewStructure() in populateViewStructure_new_old_differentLayoutNodes() constant
DAndroidAutoFillTest.kt82 val viewStructure: ViewStructure = FakeViewStructure() in onProvideAutofillVirtualStructure_populatesViewStructure() constant
/compose/ui/ui/src/main/java/androidx/compose/ui/platform/coreshims/
DViewStructureCompat.java71 private ViewStructureCompat(@NonNull ViewStructure viewStructure) { in ViewStructureCompat()
215 static void setId(ViewStructure viewStructure, int id, String packageName, String typeName, in setId()
220 static void setDimens(ViewStructure viewStructure, int left, int top, int scrollX, in setDimens()
225 static void setText(ViewStructure viewStructure, CharSequence charSequence) { in setText()
229 static void setClassName(ViewStructure viewStructure, String string) { in setClassName()
233 static void setContentDescription(ViewStructure viewStructure, CharSequence charSequence) { in setContentDescription()
238 ViewStructure viewStructure, float size, int fgColor, int bgColor, int style) { in setTextStyle()
242 static Bundle getExtras(ViewStructure viewStructure) { in getExtras()
DContentCaptureSessionCompat.java384 static Bundle getExtras(ViewStructure viewStructure) { in getExtras()
/compose/ui/ui/src/androidUnitTest/kotlin/androidx/compose/ui/autofill/
DAndroidPopulateViewStructureTest.kt52 val viewStructure: ViewStructure = FakeAndroidViewStructure() in populateViewStructure_emptyAutofillTree() constant
74 val viewStructure = FakeAndroidViewStructure() in populateViewStructure_oneChild() constant
116 val viewStructure: ViewStructure = FakeAndroidViewStructure() in populateViewStructure_twoChildren() constant
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/
DAndroidAssistTest.kt49 val viewStructure: ViewStructure = FakeViewStructure() in verifyAssistStructureSet() constant
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/contentcapture/
DContentCaptureTest.kt755 val viewStructure: ViewStructure = mock() in <lambda>() constant