Lines Matching defs:focused
974 void WindowNodeContainer::UpdateFocusStatus(uint32_t id, bool focused)
978 WLOGFW("cannot find focused window id:%{public}d", id);
981 if (focused) {
984 node->isFocused_ = focused;
988 WLOGFW("focused window is starting window, no need notify");
992 if (focused && node->GetWindowProperty() != nullptr) {
1000 WLOGFW("focused window surfaceNode is null");
1009 node->GetWindowToken()->UpdateFocusStatus(focused);
1017 focusChangeInfo, focused);
1105 // StartingWindow can be focused and this pid is 0, then notify info in UpdateFocusStatus.