Home
last modified time | relevance | path

Searched refs:textFieldHeight (Results 1 - 16 of 16) sorted by relevance

/foundation/window/window_manager/interfaces/innerkits/wm/
H A Doccupied_area_change_info.h33 double textFieldPositionY, double textFieldHeight) in OccupiedAreaChangeInfo()
34 : type_(type), rect_(rect), textFieldPositionY_(textFieldPositionY), textFieldHeight_(textFieldHeight) {}; in OccupiedAreaChangeInfo()
36 double textFieldPositionY, double textFieldHeight) in OccupiedAreaChangeInfo()
38 textFieldPositionY_(textFieldPositionY), textFieldHeight_(textFieldHeight) {}; in OccupiedAreaChangeInfo()
32 OccupiedAreaChangeInfo(OccupiedAreaType type, Rect rect, double textFieldPositionY, double textFieldHeight) OccupiedAreaChangeInfo() argument
35 OccupiedAreaChangeInfo(OccupiedAreaType type, Rect rect, uint32_t safeHeight, double textFieldPositionY, double textFieldHeight) OccupiedAreaChangeInfo() argument
H A Dwindow.h1765 virtual WMError SetTextFieldAvoidInfo(double textFieldPositionY, double textFieldHeight) { return WMError::WM_OK; } in SetTextFieldAvoidInfo() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_layout_algorithm.h62 void SetTextFieldLayoutConstraintHeight(LayoutConstraintF& contentConstraint, double textFieldHeight,
H A Dsearch_layout_algorithm.cpp161 auto textFieldHeight = CalcSearchHeight(constraint.value(), layoutWrapper); in TextFieldMeasure() local
165 SetTextFieldLayoutConstraintHeight(childLayoutConstraint, textFieldHeight, layoutWrapper); in TextFieldMeasure()
198 double textFieldHeight, LayoutWrapper* layoutWrapper) in SetTextFieldLayoutConstraintHeight()
205 contentConstraint.selfIdealSize.SetHeight(textFieldHeight); in SetTextFieldLayoutConstraintHeight()
209 contentConstraint.selfIdealSize.SetHeight(textFieldHeight); in SetTextFieldLayoutConstraintHeight()
197 SetTextFieldLayoutConstraintHeight(LayoutConstraintF& contentConstraint, double textFieldHeight, LayoutWrapper* layoutWrapper) SetTextFieldLayoutConstraintHeight() argument
/foundation/window/window_manager/window_scene/session/host/src/
H A Dkeyboard_session.cpp350 double textFieldHeight = 0.0; in NotifyOccupiedAreaChangeInfo() local
354 textFieldHeight = sessionProperty->GetTextFieldHeight(); in NotifyOccupiedAreaChangeInfo()
357 SessionHelper::TransferToRect(safeRect), safeRect.height_, textFieldPositionY, textFieldHeight); in NotifyOccupiedAreaChangeInfo()
360 safeRect.ToString().c_str(), occupiedArea.ToString().c_str(), textFieldPositionY, textFieldHeight); in NotifyOccupiedAreaChangeInfo()
/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_property_test.cpp658 double textFieldHeight = 1; in HWTEST_F() local
659 winPropSrc.SetTextFieldHeight(textFieldHeight); in HWTEST_F()
661 ASSERT_EQ(res, textFieldHeight); in HWTEST_F()
/foundation/window/window_manager/utils/include/
H A Dwindow_property.h152 void SetTextFieldHeight(double textFieldHeight);
/foundation/window/window_manager/wm/include/
H A Dwindow_scene_session_impl.h34 WMError SetTextFieldAvoidInfo(double textFieldPositionY, double textFieldHeight) override;
H A Dwindow_impl.h315 WMError SetTextFieldAvoidInfo(double textFieldPositionY, double textFieldHeight) override;
/foundation/window/window_manager/utils/src/
H A Dwindow_property.cpp1015 void WindowProperty::SetTextFieldHeight(double textFieldHeight) in SetTextFieldHeight() argument
1017 textFieldHeight_ = textFieldHeight; in SetTextFieldHeight()
/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_node_container.cpp1433 double textFieldHeight = 0.0; in NotifyIfKeyboardRegionChanged() local
1436 textFieldHeight = node->GetWindowProperty()->GetTextFieldHeight(); in NotifyIfKeyboardRegionChanged()
1439 overlapRect, textFieldPositionY, textFieldHeight); in NotifyIfKeyboardRegionChanged()
/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp1471 void WindowSessionProperty::SetTextFieldHeight(double textFieldHeight) in SetTextFieldHeight() argument
1473 textFieldHeight_ = textFieldHeight; in SetTextFieldHeight()
/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp3849 WMError WindowSceneSessionImpl::SetTextFieldAvoidInfo(double textFieldPositionY, double textFieldHeight) in SetTextFieldAvoidInfo() argument
3851 TLOGI(WmsLogTag::WMS_KEYBOARD, "textFieldPositionY: %{public}f, textFieldHeight:%{public}f", in SetTextFieldAvoidInfo()
3852 textFieldPositionY, textFieldHeight); in SetTextFieldAvoidInfo()
3854 property_->SetTextFieldHeight(textFieldHeight); in SetTextFieldAvoidInfo()
H A Dwindow_impl.cpp4300 WMError WindowImpl::SetTextFieldAvoidInfo(double textFieldPositionY, double textFieldHeight) in SetTextFieldAvoidInfo() argument
4303 property_->SetTextFieldHeight(textFieldHeight); in SetTextFieldAvoidInfo()
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_test.cpp2810 auto textFieldHeight = 0.0; in HWTEST_F() local
2812 textFieldPositionY, textFieldHeight); in HWTEST_F()

Completed in 46 milliseconds