/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | occupied_area_change_info.h | 33 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 D | window.h | 1765 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 D | search_layout_algorithm.h | 62 void SetTextFieldLayoutConstraintHeight(LayoutConstraintF& contentConstraint, double textFieldHeight,
|
H A D | search_layout_algorithm.cpp | 161 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 D | keyboard_session.cpp | 350 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 D | window_property_test.cpp | 658 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 D | window_property.h | 152 void SetTextFieldHeight(double textFieldHeight);
|
/foundation/window/window_manager/wm/include/ |
H A D | window_scene_session_impl.h | 34 WMError SetTextFieldAvoidInfo(double textFieldPositionY, double textFieldHeight) override;
|
H A D | window_impl.h | 315 WMError SetTextFieldAvoidInfo(double textFieldPositionY, double textFieldHeight) override;
|
/foundation/window/window_manager/utils/src/ |
H A D | window_property.cpp | 1015 void WindowProperty::SetTextFieldHeight(double textFieldHeight) in SetTextFieldHeight() argument 1017 textFieldHeight_ = textFieldHeight; in SetTextFieldHeight()
|
/foundation/window/window_manager/window_scene/common/include/ |
H A D | window_session_property.h | 179 void SetTextFieldHeight(double textFieldHeight);
|
/foundation/window/window_manager/wmserver/src/ |
H A D | window_node_container.cpp | 1433 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 D | window_session_property.cpp | 1471 void WindowSessionProperty::SetTextFieldHeight(double textFieldHeight) in SetTextFieldHeight() argument 1473 textFieldHeight_ = textFieldHeight; in SetTextFieldHeight()
|
/foundation/window/window_manager/wm/src/ |
H A D | window_scene_session_impl.cpp | 3849 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 D | window_impl.cpp | 4300 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 D | window_test.cpp | 2810 auto textFieldHeight = 0.0;
in HWTEST_F() local 2812 textFieldPositionY, textFieldHeight);
in HWTEST_F()
|