Home
last modified time | relevance | path

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

/foundation/window/window_manager/utils/include/
H A Dwindow_property.h152 void SetTextFieldHeight(double textFieldHeight);
/foundation/window/window_manager/utils/src/
H A Dwindow_property.cpp799 property->SetTextFieldHeight(parcel.ReadDouble()); in Unmarshalling()
956 SetTextFieldHeight(parcel.ReadDouble()); in Read()
1015 void WindowProperty::SetTextFieldHeight(double textFieldHeight) in SetTextFieldHeight() function in OHOS::Rosen::WindowProperty
/foundation/window/window_manager/window_scene/test/unittest/
H A Dwindow_session_property_test.cpp665 * @tc.name: SetTextFieldHeight
666 * @tc.desc: SetTextFieldHeight and GetTextFieldHeight to check the value
669 HWTEST_F(WindowSessionPropertyTest, SetTextFieldHeight, Function | SmallTest | Level2) in HWTEST_F()
672 property->SetTextFieldHeight(5.5); in HWTEST_F()
/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp1110 property->SetTextFieldHeight(parcel.ReadDouble()); in Unmarshalling()
1433 SetTextFieldHeight(parcel.ReadDouble()); in ReadActionUpdateTextfieldAvoidInfo()
1471 void WindowSessionProperty::SetTextFieldHeight(double textFieldHeight) in SetTextFieldHeight() function in OHOS::Rosen::WindowSessionProperty
/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_property_test.cpp659 winPropSrc.SetTextFieldHeight(textFieldHeight); in HWTEST_F()
/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h179 void SetTextFieldHeight(double textFieldHeight);
/foundation/window/window_manager/wmserver/src/
H A Dwindow_controller.cpp1604 node->GetWindowProperty()->SetTextFieldHeight(property->GetTextFieldHeight()); in UpdateProperty()
/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp4303 property_->SetTextFieldHeight(textFieldHeight); in SetTextFieldAvoidInfo()
H A Dwindow_scene_session_impl.cpp3854 property_->SetTextFieldHeight(textFieldHeight); in SetTextFieldAvoidInfo()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp3884 sessionProperty->SetTextFieldHeight(property->GetTextFieldHeight()); in HandleActionUpdateTextfieldAvoidInfo()

Completed in 33 milliseconds