Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/contentcapture/
H A DChildContentCaptureSession.java74 getMainCaptureSession().notifyViewAppeared(mId, node); in internalNotifyViewAppeared()
H A DContentCaptureSession.java364 public final void notifyViewAppeared(@NonNull ViewStructure node) { in notifyViewAppeared() method in ContentCaptureSession
H A DMainContentCaptureSession.java641 notifyViewAppeared(mId, node); in internalNotifyViewAppeared()
708 void notifyViewAppeared(int sessionId, @NonNull ViewStructureImpl node) { in notifyViewAppeared() method in MainContentCaptureSession
/aosp12/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
H A DContentCaptureSessionTest.java79 assertThrows(NullPointerException.class, () -> mSession1.notifyViewAppeared(null)); in testNotifyXXX_null()
/aosp12/frameworks/base/core/java/android/view/
H A DViewRootImpl.java3438 session.notifyViewAppeared(structure); in notifyContentCatpureEvents()
H A DView.java10229 session.notifyViewAppeared(structure); in dispatchProvideContentCaptureStructure()
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt19276 HSPLandroid/view/contentcapture/ContentCaptureSession;->notifyViewAppeared(Landroid/view/ViewStruct…
19309 HSPLandroid/view/contentcapture/MainContentCaptureSession;->lambda$notifyViewAppeared$5$MainContent…
19315 HSPLandroid/view/contentcapture/MainContentCaptureSession;->notifyViewAppeared(ILandroid/view/conte…
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt19324 HSPLandroid/view/contentcapture/ContentCaptureSession;->notifyViewAppeared(Landroid/view/ViewStruct…
19357 HSPLandroid/view/contentcapture/MainContentCaptureSession;->lambda$notifyViewAppeared$5$MainContent…
19363 HSPLandroid/view/contentcapture/MainContentCaptureSession;->notifyViewAppeared(ILandroid/view/conte…
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt51649 method public final void notifyViewAppeared(@NonNull android.view.ViewStructure);