Home
last modified time | relevance | path

Searched refs:getRootViewNode (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/apct-tests/perftests/autofill/src/android/view/autofill/
H A DAutofillTestHelper.java54 final ViewNode rootNode = windowNode.getRootViewNode(); in findNodeByResourceId()
/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DHelper.java161 nodesToProcess.add(structure.getWindowNodeAt(i).getRootViewNode()); in findViewNode()
227 addAutofillableIds(node.getRootViewNode(), ids, autofillableOnly); in getAutofillIds()
/aosp12/frameworks/base/core/tests/coretests/src/android/app/assist/
H A DAssistStructureTest.java142 ViewNode rootView = structure.getWindowNodeAt(0).getRootViewNode(); in assertStructureWithManySmallViews()
195 ViewNode rootView = structure.getWindowNodeAt(0).getRootViewNode(); in assertStructureWithOneBigView()
/aosp12/frameworks/base/core/java/android/service/autofill/
H A DFillContext.java120 nodesToProcess.add(mStructure.getWindowNodeAt(i).getRootViewNode()); in findViewNodesByAutofillIds()
/aosp12/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DAssistVisualizer.java100 buildTextRects(windowNode.getRootViewNode(), 0, windowNode.getLeft(), in setAssistStructure()
/aosp12/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java608 public ViewNode getRootViewNode() { in getRootViewNode() method in AssistStructure.WindowNode
2384 dump(" ", node.getRootViewNode(), showSensitive); in dump()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt7787 method public android.app.assist.AssistStructure.ViewNode getRootViewNode();