Home
last modified time | relevance | path

Searched refs:focusChangeListeners (Results 1 - 2 of 2) sorted by relevance

/foundation/window/window_manager/wm/src/
H A Dwindow_manager_lite.cpp113 std::vector<sptr<IFocusChangedListener>> focusChangeListeners; in NotifyFocused() local
116 focusChangeListeners = focusChangedListeners_; in NotifyFocused()
118 WLOGFD("NotifyFocused listeners: %{public}zu", focusChangeListeners.size()); in NotifyFocused()
119 for (auto& listener : focusChangeListeners) { in NotifyFocused()
136 std::vector<sptr<IFocusChangedListener>> focusChangeListeners; in NotifyUnfocused() local
139 focusChangeListeners = focusChangedListeners_; in NotifyUnfocused()
141 WLOGFD("NotifyUnfocused listeners: %{public}zu", focusChangeListeners.size()); in NotifyUnfocused()
142 for (auto& listener : focusChangeListeners) { in NotifyUnfocused()
H A Dwindow_manager.cpp133 std::vector<sptr<IFocusChangedListener>> focusChangeListeners; in NotifyFocused() local
136 focusChangeListeners = focusChangedListeners_; in NotifyFocused()
138 for (auto& listener : focusChangeListeners) { in NotifyFocused()
148 std::vector<sptr<IFocusChangedListener>> focusChangeListeners; in NotifyUnfocused() local
151 focusChangeListeners = focusChangedListeners_; in NotifyUnfocused()
153 for (auto& listener : focusChangeListeners) { in NotifyUnfocused()

Completed in 8 milliseconds