Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/contentcapture/
DChildContentCaptureSession.java73 getMainCaptureSession().notifyViewAppeared(mId, node); in internalNotifyViewAppeared()
DMainContentCaptureSession.java567 notifyViewAppeared(mId, node); in internalNotifyViewAppeared()
619 void notifyViewAppeared(int sessionId, @NonNull ViewStructureImpl node) { in notifyViewAppeared() method in MainContentCaptureSession
DContentCaptureSession.java360 public final void notifyViewAppeared(@NonNull ViewStructure node) { in notifyViewAppeared() method in ContentCaptureSession
/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
DContentCaptureSessionTest.java78 assertThrows(NullPointerException.class, () -> mSession1.notifyViewAppeared(null)); in testNotifyXXX_null()
/frameworks/base/core/java/android/view/
DViewRootImpl.java2828 session.notifyViewAppeared(structure); in notifyContentCatpureEvents()
DView.java9848 session.notifyViewAppeared(structure);
/frameworks/base/non-updatable-api/
Dcurrent.txt54226 method public final void notifyViewAppeared(@NonNull android.view.ViewStructure);
/frameworks/base/api/
Dcurrent.txt54370 method public final void notifyViewAppeared(@NonNull android.view.ViewStructure);