Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_impl.h511 bool needNotifyFocusLater_ = false; variable
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp1750 needNotifyFocusLater_ = false; in Show()
3421 needNotifyFocusLater_ = true; in UpdateFocusStatus()
3597 if (needNotifyFocusLater_ && isFocused_) { in UpdateWindowStateWhenShow()