Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Davoid_area_controller_test.cpp193 sptr<WindowProperty> keyboardProperty = new WindowProperty(); in SetUpTestCase() local
194 keyboardProperty->SetWindowId(101u); in SetUpTestCase()
195 keyboardProperty->SetWindowName("keyboard bar"); in SetUpTestCase()
196 keyboardProperty->SetWindowType(WindowType::WINDOW_TYPE_INPUT_METHOD_FLOAT); in SetUpTestCase()
197 keyboardProperty->SetWindowMode(WindowMode::WINDOW_MODE_FLOATING); in SetUpTestCase()
199 keyboardProperty->SetWindowRect(keyboardRect); in SetUpTestCase()
201 keyboardWindowNode = new WindowNode(keyboardProperty, windowListener, nullptr); in SetUpTestCase()
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dkeyboard_session_test.cpp83 sptr<WindowSessionProperty> keyboardProperty = new (std::nothrow) WindowSessionProperty(); in GetKeyboardSession() local
84 EXPECT_NE(keyboardProperty, nullptr); in GetKeyboardSession()
85 keyboardProperty->SetWindowType(WindowType::APP_MAIN_WINDOW_BASE); in GetKeyboardSession()
86 keyboardSession->SetSessionProperty(keyboardProperty); in GetKeyboardSession()
855 sptr<WindowSessionProperty> keyboardProperty = new (std::nothrow) WindowSessionProperty(); variable
856 keyboardProperty->SetWindowType(WindowType::APP_MAIN_WINDOW_BASE);
857 keyboardSession->SetSessionProperty(keyboardProperty);
1311 sptr<WindowSessionProperty> keyboardProperty = sptr<WindowSessionProperty>::MakeSptr(); variable
1312 ASSERT_NE(keyboardProperty, nullptr);
1313 keyboardSession->property_ = keyboardProperty;