Home
last modified time | relevance | path

Searched refs:targetWindow (Results 1 - 3 of 3) sorted by relevance

/foundation/window/window_manager_lite/services/wms/
H A Dlite_wm.cpp627 LiteWindow* targetWindow = nullptr; in FindTargetWindow() local
644 targetWindow = win->data_; in FindTargetWindow()
654 targetWindow = winList_.Front(); in FindTargetWindow()
660 return targetWindow; in FindTargetWindow()
691 LiteWindow* targetWindow = FindTargetWindow(event); in OnRawEvent() local
692 if (targetWindow == nullptr) { in OnRawEvent()
696 SetEventData(targetWindow, event); in OnRawEvent()
/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp1747 sptr<Window> targetWindow = FindWindowById(winId); in GetUIContentWithId() local
1748 if (targetWindow == nullptr) { in GetUIContentWithId()
1752 return targetWindow->GetUIContent(); in GetUIContentWithId()
H A Dwindow_scene_session_impl.cpp1793 auto targetWindow = find_if(subWindows.begin(), subWindows.end(), [subWindowId](sptr<Window>& window) { in RaiseAboveTarget() local
1796 if (targetWindow == subWindows.end()) { in RaiseAboveTarget()
1806 ((*targetWindow)->GetWindowState() != WindowState::STATE_SHOWN)) { in RaiseAboveTarget()

Completed in 18 milliseconds