Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/contentcapture/
H A DContentCaptureSession.java422 internalNotifyViewDisappeared(id); in notifyViewDisappeared()
425 abstract void internalNotifyViewDisappeared(@NonNull AutofillId id); in internalNotifyViewDisappeared() method in ContentCaptureSession
483 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.java731 void internalNotifyViewDisappeared(@NonNull AutofillId id) { in internalNotifyViewDisappeared() method in MainContentCaptureSession
/aosp14/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
H A DContentCaptureSessionTest.java218 void internalNotifyViewDisappeared(AutofillId id) {} in internalNotifyViewDisappeared() method in ContentCaptureSessionTest.MyContentCaptureSession