Home
last modified time | relevance | path

Searched defs:newChild (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/view/contentcapture/
DChildContentCaptureSession.java50 ContentCaptureSession newChild(@NonNull ContentCaptureContext clientContext) { in newChild() method in ChildContentCaptureSession
DContentCaptureSession.java276 abstract ContentCaptureSession newChild(@NonNull ContentCaptureContext context); in newChild() method in ContentCaptureSession
DMainContentCaptureSession.java194 ContentCaptureSession newChild(@NonNull ContentCaptureContext clientContext) { in newChild() method in MainContentCaptureSession
DViewNode.java847 public ViewStructure newChild(int index) { in newChild() method in ViewNode.ViewStructureImpl
/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
DContentCaptureSessionTest.java130 ContentCaptureSession newChild(ContentCaptureContext context) { in newChild() method in ContentCaptureSessionTest.MyContentCaptureSession
/frameworks/base/core/java/android/view/
DViewStructure.java295 public abstract ViewStructure newChild(int index); in newChild() method in ViewStructure
/frameworks/base/core/java/android/app/assist/
DAssistStructure.java1913 public ViewStructure newChild(int index) { in newChild() method in AssistStructure.ViewNodeBuilder