Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_two_test.cpp316 ASSERT_TRUE(window->shouldReNotifyFocus_);
318 window->shouldReNotifyFocus_ = false;
321 ASSERT_FALSE(window->shouldReNotifyFocus_);
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h369 bool shouldReNotifyFocus_ = false; variable
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp1404 if (shouldReNotifyFocus_) { in SetUIContentInner()
1407 shouldReNotifyFocus_ = false; in SetUIContentInner()
2806 shouldReNotifyFocus_ = true; in NotifyAfterFocused()
2815 shouldReNotifyFocus_ = true; in NotifyAfterUnfocused()