Searched refs:newWindowInfo (Results 1 – 3 of 3) sorted by relevance
221 void PrintChangedWindowByEvent(int32_t eventType, const WindowInfo &newWindowInfo);
4289 … InputWindowsManager::PrintChangedWindowByEvent(int32_t eventType, const WindowInfo &newWindowInfo) in UpdateDisplayInfo() argument4292 if (iter != lastMatchedWindow_.end() && iter->second.id != newWindowInfo.id) { in UpdateDisplayInfo()4295 iter->second.zOrder, newWindowInfo.id, newWindowInfo.pid, newWindowInfo.zOrder); in UpdateDisplayInfo()4297 lastMatchedWindow_[eventType] = newWindowInfo; in UpdateDisplayInfo()
4595 WindowInfo newWindowInfo; variable4596 newWindowInfo.id = 6;4602 … EXPECT_NO_FATAL_FAILURE(inputWindowsManager.PrintChangedWindowByEvent(eventType, newWindowInfo));4604 … EXPECT_NO_FATAL_FAILURE(inputWindowsManager.PrintChangedWindowByEvent(eventType, newWindowInfo));4605 newWindowInfo.id = 1;4606 … EXPECT_NO_FATAL_FAILURE(inputWindowsManager.PrintChangedWindowByEvent(eventType, newWindowInfo));