Searched refs:internalNotifyViewDisappeared (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/view/contentcapture/ |
D | ChildContentCaptureSession.java | 114 void internalNotifyViewDisappeared(int sessionId, @NonNull AutofillId id) { in internalNotifyViewDisappeared() method in ChildContentCaptureSession 115 getMainCaptureSession().internalNotifyViewDisappeared(sessionId, id); in internalNotifyViewDisappeared()
|
D | ContentCaptureSession.java | 453 internalNotifyViewDisappeared(mId, id); in notifyViewDisappeared() 456 abstract void internalNotifyViewDisappeared(int sessionId, @NonNull AutofillId id); in internalNotifyViewDisappeared() method in ContentCaptureSession 514 internalNotifyViewDisappeared(mId, new AutofillId(hostId, id, mId)); in notifyViewsDisappeared()
|
D | MainContentCaptureSession.java | 749 void internalNotifyViewDisappeared(int sessionId, @NonNull AutofillId id) { in internalNotifyViewDisappeared() method in MainContentCaptureSession 884 internalNotifyViewDisappeared(sessionId, (AutofillId) event); in notifyContentCaptureEventsImpl()
|
D | MainContentCaptureSessionV2.java | 777 void internalNotifyViewDisappeared(int sessionId, @NonNull AutofillId id) { in internalNotifyViewDisappeared() method in MainContentCaptureSessionV2 995 internalNotifyViewDisappeared(sessionId, (AutofillId) event); in notifyContentCaptureEventsImpl()
|
/frameworks/base/core/tests/coretests/src/android/view/contentcapture/ |
D | ContentCaptureSessionTest.java | 242 void internalNotifyViewDisappeared(final int sessionId, AutofillId id) {} in internalNotifyViewDisappeared() method in ContentCaptureSessionTest.MyContentCaptureSession
|