Home
last modified time | relevance | path

Searched defs:autofillNode (Results 1 – 9 of 9) sorted by relevance

/compose/ui/ui/src/androidUnitTest/kotlin/androidx/compose/ui/autofill/
DAutofillNodeTest.kt74 val autofillNode = @Suppress("Deprecation") AutofillNode(onFill = {}, boundingBox = bounds) in requestAutofillForNode_calls_notifyViewEntered() constant
87 val autofillNode = @Suppress("Deprecation") AutofillNode(onFill = {}) in requestAutofillForNode_beforeComposableIsPositioned_throwsError() constant
104 val autofillNode = @Suppress("Deprecation") AutofillNode(onFill = {}) in cancelAutofillForNode_calls_notifyViewExited() constant
DAndroidPerformAutofillTest.kt52 val autofillNode = in performAutofill_name() constant
78 val autofillNode = in performAutofill_email() constant
DAndroidPopulateViewStructureTest.kt64 val autofillNode = in populateViewStructure_oneChild() constant
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/autofill/
DAndroidAutoFillTest.kt83 val autofillNode = in onProvideAutofillVirtualStructure_populatesViewStructure() constant
126 val autofillNode = in autofill_triggersOnFill() constant
DMixedAutofillTest.kt126 lateinit var autofillNode: @Suppress("DEPRECATION") AutofillNode in populateViewStructure_new_old_sameLayoutNode() variable
206 lateinit var autofillNode: @Suppress("DEPRECATION") AutofillNode in populateViewStructure_new_old_differentLayoutNodes() variable
291 lateinit var autofillNode: @Suppress("DEPRECATION") AutofillNode in autofill_new_old_sameLayoutNode() variable
347 lateinit var autofillNode: @Suppress("DEPRECATION") AutofillNode in autofill_new_old_differentLayoutNodes() variable
/compose/ui/ui/benchmark/src/androidTest/java/androidx/compose/ui/benchmark/autofill/
DAndroidAutofillBenchmark.kt63 val autofillNode = in provideAutofillVirtualStructure_performAutofill() constant
/compose/ui/ui/integration-tests/ui-demos/src/main/java/androidx/compose/ui/demos/autofill/
DExplicitAutofillTypesDemo.kt91 val autofillNode = in Autofill() constant
DMixedOldNewAutofillDemo.kt78 val autofillNode = remember { in MixedOldNewAutofillDemo() constant
/compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/autofill/
DAndroidAutofill.android.kt94 for ((id, autofillNode) in autofillTree.children) { in populateViewStructure() variable