• Home
  • Raw
  • Download

Lines Matching refs:GetWindowId

92             callingWindow->GetWindowName().c_str(), callingWindow->GetWindowId(),  in NotifyKeyboardSizeChangeInfo()
131 WLOGFI("save windowId %{public}d", node->GetWindowId()); in SaveWindow()
132 windowNodeMap_.insert(std::make_pair(node->GetWindowId(), node)); in SaveWindow()
134 windowIdMap_.insert(std::make_pair(remoteObject, node->GetWindowId())); in SaveWindow()
226 container->SetFocusWindow(node->GetWindowId()); in AddWindowNode()
230 container->SetActiveWindow(node->GetWindowId(), false); in AddWindowNode()
236 HandleKeepScreenOn(child->GetWindowId(), child->IsKeepScreenOn()); in AddWindowNode()
238 HandleKeepScreenOn(node->GetWindowId(), node->IsKeepScreenOn()); in AddWindowNode()
241 …node->GetWindowId(), node->GetWindowName().c_str(), static_cast<uint32_t>(node->GetRequestedOrient… in AddWindowNode()
275 HandleKeepScreenOn(child->GetWindowId(), false); in RemoveWindowNode()
373 …LOGFI("adjust focus window, next focus window id: %{public}u", nextFocusableWindow->GetWindowId()); in UpdateFocusableProperty()
374 container->SetFocusWindow(nextFocusableWindow->GetWindowId()); in UpdateFocusableProperty()
462 windowNodeMap_.erase(node->GetWindowId()); in DestroyWindowInner()
477 uint32_t windowId = node->GetWindowId(); in UpdateFocusWindowWithWindowRemoved()
484 return node->GetWindowId() == focusedWindowId; in UpdateFocusWindowWithWindowRemoved()
493 windowId = firstChild->GetWindowId(); in UpdateFocusWindowWithWindowRemoved()
503 …LOGFI("adjust focus window, next focus window id: %{public}u", nextFocusableWindow->GetWindowId()); in UpdateFocusWindowWithWindowRemoved()
504 container->SetFocusWindow(nextFocusableWindow->GetWindowId()); in UpdateFocusWindowWithWindowRemoved()
515 uint32_t windowId = node->GetWindowId(); in UpdateActiveWindowWithWindowRemoved()
522 return node->GetWindowId() == activeWindowId; in UpdateActiveWindowWithWindowRemoved()
531 windowId = firstChild->GetWindowId(); in UpdateActiveWindowWithWindowRemoved()
541 …WLOGFI("adjust active window, next active window id: %{public}u", nextActiveWindow->GetWindowId()); in UpdateActiveWindowWithWindowRemoved()
542 container->SetActiveWindow(nextActiveWindow->GetWindowId(), true); in UpdateActiveWindowWithWindowRemoved()
711 topWinId = (*iter)->GetWindowId(); in GetTopWindowId()
741 os<<"window_name:"<<node->GetWindowName()<<",id:"<<node->GetWindowId()<< in GenAllWindowsLogInfo()