Home
last modified time | relevance | path

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

/ohos5.0/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
/ohos5.0/foundation/window/window_manager/utils/include/
H A Dwindow_property.h152 void SetTextFieldHeight(double textFieldHeight);
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dwindow_session_property_test.cpp659 HWTEST_F(WindowSessionPropertyTest, SetTextFieldHeight, Function | SmallTest | Level2)
663 property->SetTextFieldHeight(5.5);
/ohos5.0/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp1126 property->SetTextFieldHeight(parcel.ReadDouble()); in Unmarshalling()
1449 SetTextFieldHeight(parcel.ReadDouble()); in ReadActionUpdateTextfieldAvoidInfo()
1487 void WindowSessionProperty::SetTextFieldHeight(double textFieldHeight) in SetTextFieldHeight() function in OHOS::Rosen::WindowSessionProperty
/ohos5.0/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_property_test.cpp659 winPropSrc.SetTextFieldHeight(textFieldHeight);
/ohos5.0/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h178 void SetTextFieldHeight(double textFieldHeight);
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_controller.cpp1604 node->GetWindowProperty()->SetTextFieldHeight(property->GetTextFieldHeight()); in UpdateProperty()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp4345 property_->SetTextFieldHeight(textFieldHeight); in SetTextFieldAvoidInfo()
H A Dwindow_scene_session_impl.cpp4001 property_->SetTextFieldHeight(textFieldHeight); in SetTextFieldAvoidInfo()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp4103 sessionProperty->SetTextFieldHeight(property->GetTextFieldHeight()); in HandleActionUpdateTextfieldAvoidInfo()