Home
last modified time | relevance | path

Searched refs:nextFocusableWindow (Results 1 - 2 of 2) sorted by relevance

/foundation/window/window_manager/wmserver/src/
H A Dwindow_root.cpp1035 auto nextFocusableWindow = container->GetNextFocusableWindow(windowId); in UpdateFocusableProperty() local
1036 if (nextFocusableWindow != nullptr) { in UpdateFocusableProperty()
1037 WLOGI("Next focus window id: %{public}u", nextFocusableWindow->GetWindowId()); in UpdateFocusableProperty()
1038 container->SetFocusWindow(nextFocusableWindow->GetWindowId()); in UpdateFocusableProperty()
1208 auto nextFocusableWindow = container->GetNextFocusableWindow(windowId); in UpdateFocusWindowWithWindowRemoved() local
1209 if (nextFocusableWindow != nullptr) { in UpdateFocusWindowWithWindowRemoved()
1210 WLOGFI("adjust focus window, next focus window id: %{public}u", nextFocusableWindow->GetWindowId()); in UpdateFocusWindowWithWindowRemoved()
1211 container->SetFocusWindow(nextFocusableWindow->GetWindowId()); in UpdateFocusWindowWithWindowRemoved()
H A Dwindow_node_container.cpp1828 sptr<WindowNode> nextFocusableWindow; in GetNextFocusableWindow() local
1830 WindowNodeOperationFunc func = [windowId, &nextFocusableWindow, &previousFocusedWindowFound]( in GetNextFocusableWindow()
1833 nextFocusableWindow = node; in GetNextFocusableWindow()
1842 return nextFocusableWindow; in GetNextFocusableWindow()

Completed in 8 milliseconds