Home
last modified time | relevance | path

Searched defs:textFieldHeight (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Doccupied_area_change_info.h33 double textFieldPositionY, double textFieldHeight) in OccupiedAreaChangeInfo()
36 double textFieldPositionY, double textFieldHeight) in OccupiedAreaChangeInfo()
H A Dwindow.h1827 …virtual WMError SetTextFieldAvoidInfo(double textFieldPositionY, double textFieldHeight) { return … in SetTextFieldAvoidInfo()
/ohos5.0/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_property_test.cpp658 double textFieldHeight = 1; variable
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dkeyboard_session.cpp373 double textFieldHeight = 0.0; in NotifyOccupiedAreaChangeInfo() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_layout_algorithm.cpp179 auto textFieldHeight = CalcSearchHeight(constraint.value(), layoutWrapper); in TextFieldMeasure() local
203 double textFieldHeight, LayoutWrapper* layoutWrapper) in SetTextFieldLayoutConstraintHeight()
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dwindow_property.cpp1015 void WindowProperty::SetTextFieldHeight(double textFieldHeight) in SetTextFieldHeight()
/ohos5.0/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp1487 void WindowSessionProperty::SetTextFieldHeight(double textFieldHeight) in SetTextFieldHeight()
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_node_container.cpp1434 double textFieldHeight = 0.0; in NotifyIfKeyboardRegionChanged() local
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp4342 WMError WindowImpl::SetTextFieldAvoidInfo(double textFieldPositionY, double textFieldHeight) in SetTextFieldAvoidInfo()
H A Dwindow_scene_session_impl.cpp3996 …or WindowSceneSessionImpl::SetTextFieldAvoidInfo(double textFieldPositionY, double textFieldHeight) in SetTextFieldAvoidInfo()