Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/contentcapture/
DContentCaptureSession.java382 internalNotifyViewDisappeared(id); in notifyViewDisappeared()
385 abstract void internalNotifyViewDisappeared(@NonNull AutofillId id); in internalNotifyViewDisappeared() method in ContentCaptureSession
409 internalNotifyViewDisappeared(new AutofillId(hostId, id, mId)); in notifyViewsDisappeared()
DChildContentCaptureSession.java77 void internalNotifyViewDisappeared(@NonNull AutofillId id) { in internalNotifyViewDisappeared() method in ChildContentCaptureSession
DMainContentCaptureSession.java571 void internalNotifyViewDisappeared(@NonNull AutofillId id) { in internalNotifyViewDisappeared() method in MainContentCaptureSession
/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
DContentCaptureSessionTest.java150 void internalNotifyViewDisappeared(AutofillId id) { in internalNotifyViewDisappeared() method in ContentCaptureSessionTest.MyContentCaptureSession