Home
last modified time | relevance | path

Searched defs:textContent (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/scripts/token_alignment/helpers/
DDOMFuncs.ts98 const out = { commentNode: undefined, textContent: undefined, hidden: undefined }; constant
102 const textContent = commentNode.textContent || ''; constant
/frameworks/base/packages/SystemUI/scripts/token_alignment/
Dindex.ts33 const { hidden, textContent: currentComment } = DOM.getElementComment(qItem); constant
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/layout/
DComponent.java984 public String textContent() { in textContent() method in Component