Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/contentcapture/
H A DContentCaptureSession.java389 internalNotifyViewDisappeared(id); in notifyViewDisappeared()
392 abstract void internalNotifyViewDisappeared(@NonNull AutofillId id); in internalNotifyViewDisappeared() method in ContentCaptureSession
416 internalNotifyViewDisappeared(new AutofillId(hostId, id, mId)); in notifyViewsDisappeared()
H A DChildContentCaptureSession.java78 void internalNotifyViewDisappeared(@NonNull AutofillId id) { in internalNotifyViewDisappeared() method in ChildContentCaptureSession
H A DMainContentCaptureSession.java645 void internalNotifyViewDisappeared(@NonNull AutofillId id) { in internalNotifyViewDisappeared() method in MainContentCaptureSession
/aosp12/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
H A DContentCaptureSessionTest.java151 void internalNotifyViewDisappeared(AutofillId id) { in internalNotifyViewDisappeared() method in ContentCaptureSessionTest.MyContentCaptureSession