/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/window/window_manager/window_scene/session/host/src/ |
H A D | keyboard_session.cpp | 349 double textFieldPositionY = 0.0; in NotifyOccupiedAreaChangeInfo() local 353 textFieldPositionY = sessionProperty->GetTextFieldPositionY(); 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 | 644 double textFieldPositionY = 1; in HWTEST_F() local 645 winPropSrc.SetTextFieldPositionY(textFieldPositionY); in HWTEST_F() 647 ASSERT_EQ(res, textFieldPositionY); in HWTEST_F()
|
/foundation/window/window_manager/utils/include/ |
H A D | window_property.h | 151 void SetTextFieldPositionY(double textFieldPositionY);
|
/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 | 1010 void WindowProperty::SetTextFieldPositionY(double textFieldPositionY) in SetTextFieldPositionY() argument 1012 textFieldPositionY_ = textFieldPositionY; in SetTextFieldPositionY()
|
/foundation/window/window_manager/window_scene/common/include/ |
H A D | window_session_property.h | 178 void SetTextFieldPositionY(double textFieldPositionY);
|
/foundation/window/window_manager/wmserver/src/ |
H A D | window_node_container.cpp | 1432 double textFieldPositionY = 0.0; in NotifyIfKeyboardRegionChanged() local 1435 textFieldPositionY = node->GetWindowProperty()->GetTextFieldPositionY(); in NotifyIfKeyboardRegionChanged() 1439 overlapRect, textFieldPositionY, textFieldHeight); in NotifyIfKeyboardRegionChanged()
|
/foundation/window/window_manager/window_scene/common/src/ |
H A D | window_session_property.cpp | 1466 void WindowSessionProperty::SetTextFieldPositionY(double textFieldPositionY) in SetTextFieldPositionY() argument 1468 textFieldPositionY_ = textFieldPositionY; in SetTextFieldPositionY()
|
/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() 3853 property_->SetTextFieldPositionY(textFieldPositionY); in SetTextFieldAvoidInfo()
|
H A D | window_impl.cpp | 4300 WMError WindowImpl::SetTextFieldAvoidInfo(double textFieldPositionY, double textFieldHeight) in SetTextFieldAvoidInfo() argument 4302 property_->SetTextFieldPositionY(textFieldPositionY); in SetTextFieldAvoidInfo()
|
/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_test.cpp | 2809 auto textFieldPositionY = 0.0;
in HWTEST_F() local 2812 textFieldPositionY, textFieldHeight);
in HWTEST_F()
|