Home
last modified time | relevance | path

Searched refs:previousFocusedWindowFound (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_node_container.cpp1830 bool previousFocusedWindowFound = false; in GetNextFocusableWindow() local
1831 WindowNodeOperationFunc func = [windowId, &nextFocusableWindow, &previousFocusedWindowFound]( in GetNextFocusableWindow()
1833 …if (previousFocusedWindowFound && node->GetWindowProperty()->GetFocusable() && node->currentVisibi… in GetNextFocusableWindow()
1838 previousFocusedWindowFound = true; in GetNextFocusableWindow()