Searched refs:internalNotifyViewAppeared (Results 1 – 5 of 5) sorted by relevance
109 void internalNotifyViewAppeared(int sessionId, @NonNull ViewStructureImpl node) { in internalNotifyViewAppeared() method in ChildContentCaptureSession110 getMainCaptureSession().internalNotifyViewAppeared(sessionId, node); in internalNotifyViewAppeared()
432 internalNotifyViewAppeared(mId, (ViewStructureImpl) node); in notifyViewAppeared()435 abstract void internalNotifyViewAppeared( in internalNotifyViewAppeared() method in ContentCaptureSession481 internalNotifyViewAppeared(mId, (ViewStructureImpl) v); in notifyViewsAppeared()
742 void internalNotifyViewAppeared(int sessionId, @NonNull ViewStructureImpl node) { in internalNotifyViewAppeared() method in MainContentCaptureSession
770 void internalNotifyViewAppeared(int sessionId, @NonNull ViewStructureImpl node) { in internalNotifyViewAppeared() method in MainContentCaptureSessionV2
237 void internalNotifyViewAppeared(final int sessionId, ViewStructureImpl node) { in internalNotifyViewAppeared() method in ContentCaptureSessionTest.MyContentCaptureSession