Home
last modified time | relevance | path

Searched refs:windowDrawingContentChangeListeners (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_manager_lite.cpp169 std::vector<sptr<IDrawingContentChangedListener>> windowDrawingContentChangeListeners; in NotifyWindowDrawingContentInfoChanged() local
172 windowDrawingContentChangeListeners = windowDrawingContentListeners_; in NotifyWindowDrawingContentInfoChanged()
174 for (auto& listener : windowDrawingContentChangeListeners) { in NotifyWindowDrawingContentInfoChanged()
H A Dwindow_manager.cpp242 std::vector<sptr<IDrawingContentChangedListener>> windowDrawingContentChangeListeners; in NotifyWindowDrawingContentInfoChanged() local
245 windowDrawingContentChangeListeners = windowDrawingContentListeners_; in NotifyWindowDrawingContentInfoChanged()
247 for (auto& listener : windowDrawingContentChangeListeners) { in NotifyWindowDrawingContentInfoChanged()