Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dwindow_session_property_test.cpp636 ASSERT_EQ(property->GetKeepKeyboardFlag(), false);
638 ASSERT_EQ(property->GetKeepKeyboardFlag(), true);
/ohos5.0/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h146 bool GetKeepKeyboardFlag() const;
/ohos5.0/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp617 bool WindowSessionProperty::GetKeepKeyboardFlag() const in GetKeepKeyboardFlag() function in OHOS::Rosen::WindowSessionProperty
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp2789 … bool keepKeyboardFlag = (window->property_) ? window->property_->GetKeepKeyboardFlag() : false; in NotifyUIContentFocusStatus()