Home
last modified time | relevance | path

Searched refs:GetTextFieldHeight (Results 1 - 11 of 11) sorted by relevance

/foundation/window/window_manager/utils/include/
H A Dwindow_property.h155 double GetTextFieldHeight() const;
/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_property_test.cpp652 * @tc.desc: GetTextFieldHeight test
660 double res = winPropSrc.GetTextFieldHeight(); in HWTEST_F()
/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h185 double GetTextFieldHeight() const;
/foundation/window/window_manager/window_scene/session/host/src/
H A Dkeyboard_session.cpp354 textFieldHeight = sessionProperty->GetTextFieldHeight(); in NotifyOccupiedAreaChangeInfo()
H A Dscene_session.cpp3884 sessionProperty->SetTextFieldHeight(property->GetTextFieldHeight()); in HandleActionUpdateTextfieldAvoidInfo()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dhidump_controller.cpp316 << std::setprecision(precision) << property->GetTextFieldHeight() << "|" in DumpKeyboardParam()
/foundation/window/window_manager/utils/src/
H A Dwindow_property.cpp1025 double WindowProperty::GetTextFieldHeight() const in GetTextFieldHeight() function in OHOS::Rosen::WindowProperty
/foundation/window/window_manager/window_scene/test/unittest/
H A Dwindow_session_property_test.cpp666 * @tc.desc: SetTextFieldHeight and GetTextFieldHeight to check the value
673 ASSERT_EQ(property->GetTextFieldHeight(), 5.5); in HWTEST_F()
/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp1481 double WindowSessionProperty::GetTextFieldHeight() const in GetTextFieldHeight() function in OHOS::Rosen::WindowSessionProperty
/foundation/window/window_manager/wmserver/src/
H A Dwindow_controller.cpp1604 node->GetWindowProperty()->SetTextFieldHeight(property->GetTextFieldHeight()); in UpdateProperty()
H A Dwindow_node_container.cpp1436 textFieldHeight = node->GetWindowProperty()->GetTextFieldHeight(); in NotifyIfKeyboardRegionChanged()

Completed in 33 milliseconds