Home
last modified time | relevance | path

Searched refs:windowNode (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
DAssistVisualizer.java95 AssistStructure.WindowNode windowNode = as.getWindowNodeAt(i); in setAssistStructure() local
98 matrix.setTranslate(windowNode.getLeft(), windowNode.getTop()); in setAssistStructure()
100 buildTextRects(windowNode.getRootViewNode(), 0, windowNode.getLeft(), in setAssistStructure()
101 windowNode.getTop()); in setAssistStructure()
/frameworks/base/apct-tests/perftests/autofill/src/android/view/autofill/
DAutofillTestHelper.java53 final WindowNode windowNode = structure.getWindowNodeAt(i); in findNodeByResourceId() local
54 final ViewNode rootNode = windowNode.getRootViewNode(); in findNodeByResourceId()
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/autofill/
DCredentialAutofillService.kt739 windowNodes.forEach { windowNode: AssistStructure.WindowNode -> in <lambda>() method
741 windowNode.rootViewNode, cmRequests, responseClientState, traversedViewNodes, in <lambda>()