Home
last modified time | relevance | path

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

/foundation/window/window_manager/wmserver/src/
H A Dwindow_node_container.cpp2253 auto inputMethodPriority = zorderPolicy_->GetWindowPriority(WindowType::WINDOW_TYPE_INPUT_METHOD_FLOAT); in RaiseInputMethodWindowPriorityIfNeeded() local
2255 node->priority_ = (inputMethodPriority < callingWindowPriority) ? in RaiseInputMethodWindowPriorityIfNeeded()
2256 (callingWindowPriority + 1) : inputMethodPriority; in RaiseInputMethodWindowPriorityIfNeeded()

Completed in 4 milliseconds