Home
last modified time | relevance | path

Searched refs:internalNotifyViewAppeared (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/view/contentcapture/
DChildContentCaptureSession.java72 void internalNotifyViewAppeared(@NonNull ViewStructureImpl node) { in internalNotifyViewAppeared() method in ChildContentCaptureSession
DContentCaptureSession.java368 internalNotifyViewAppeared((ViewStructureImpl) node); in notifyViewAppeared()
371 abstract void internalNotifyViewAppeared(@NonNull ViewNode.ViewStructureImpl node); in internalNotifyViewAppeared() method in ContentCaptureSession
DMainContentCaptureSession.java566 void internalNotifyViewAppeared(@NonNull ViewStructureImpl node) { in internalNotifyViewAppeared() method in MainContentCaptureSession
/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
DContentCaptureSessionTest.java145 void internalNotifyViewAppeared(ViewStructureImpl node) { in internalNotifyViewAppeared() method in ContentCaptureSessionTest.MyContentCaptureSession