Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/utils/include/
H A Dwindow_property.h155 double GetTextFieldHeight() const;
/ohos5.0/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_property_test.cpp660 double res = winPropSrc.GetTextFieldHeight();
/ohos5.0/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h184 double GetTextFieldHeight() const;
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dkeyboard_session.cpp377 textFieldHeight = sessionProperty->GetTextFieldHeight(); in NotifyOccupiedAreaChangeInfo()
H A Dscene_session.cpp4103 sessionProperty->SetTextFieldHeight(property->GetTextFieldHeight()); in HandleActionUpdateTextfieldAvoidInfo()
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dwindow_session_property_test.cpp664 ASSERT_EQ(property->GetTextFieldHeight(), 5.5);
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dwindow_property.cpp1025 double WindowProperty::GetTextFieldHeight() const in GetTextFieldHeight() function in OHOS::Rosen::WindowProperty
/ohos5.0/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp1497 double WindowSessionProperty::GetTextFieldHeight() const in GetTextFieldHeight() function in OHOS::Rosen::WindowSessionProperty
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_controller.cpp1604 node->GetWindowProperty()->SetTextFieldHeight(property->GetTextFieldHeight()); in UpdateProperty()
H A Dwindow_node_container.cpp1437 textFieldHeight = node->GetWindowProperty()->GetTextFieldHeight(); in NotifyIfKeyboardRegionChanged()