Searched refs:needNotifyListeners (Results 1 – 4 of 4) sorted by relevance
357 void NotifyAfterForeground(bool needNotifyListeners = true, bool needNotifyUiContent = true);358 void NotifyAfterBackground(bool needNotifyListeners = true, bool needNotifyUiContent = true);
208 void NotifyAfterForeground(bool needNotifyListeners = true, bool needNotifyUiContent = true);209 void NotifyAfterBackground(bool needNotifyListeners = true, bool needNotifyUiContent = true);
3823 void WindowImpl::NotifyAfterForeground(bool needNotifyListeners, bool needNotifyUiContent) in NotifyAfterForeground() argument3825 if (needNotifyListeners) { in NotifyAfterForeground()3834 void WindowImpl::NotifyAfterBackground(bool needNotifyListeners, bool needNotifyUiContent) in NotifyAfterBackground() argument3836 if (needNotifyListeners) { in NotifyAfterBackground()
2707 void WindowSessionImpl::NotifyAfterForeground(bool needNotifyListeners, bool needNotifyUiContent) in NotifyAfterForeground() argument2709 if (needNotifyListeners) { in NotifyAfterForeground()2731 void WindowSessionImpl::NotifyAfterBackground(bool needNotifyListeners, bool needNotifyUiContent) in NotifyAfterBackground() argument2733 if (needNotifyListeners) { in NotifyAfterBackground()