Searched refs:textFieldPositionY_ (Results 1 - 9 of 9) sorted by relevance
/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | occupied_area_change_info.h | 34 : type_(type), rect_(rect), textFieldPositionY_(textFieldPositionY), textFieldHeight_(textFieldHeight) {}; in OccupiedAreaChangeInfo() 38 textFieldPositionY_(textFieldPositionY), textFieldHeight_(textFieldHeight) {}; in OccupiedAreaChangeInfo() 47 parcel.WriteDouble(textFieldPositionY_) && parcel.WriteDouble(textFieldHeight_); in Marshalling() 63 occupiedAreaChangeInfo->textFieldPositionY_ = parcel.ReadDouble(); in Unmarshalling() 71 double textFieldPositionY_ = 0.0; member in OHOS::Rosen::OccupiedAreaChangeInfo
|
/foundation/window/window_manager/utils/src/ |
H A D | window_property.cpp | 740 parcel.WriteDouble(textFieldPositionY_) && parcel.WriteDouble(textFieldHeight_); in Marshalling() 873 ret = ret && parcel.WriteDouble(textFieldPositionY_) && parcel.WriteDouble(textFieldHeight_); in Write() 1007 textFieldPositionY_ = property->textFieldPositionY_; in CopyFrom() 1012 textFieldPositionY_ = textFieldPositionY; in SetTextFieldPositionY() 1022 return textFieldPositionY_; in GetTextFieldPositionY()
|
/foundation/window/window_manager/window_scene/common/src/ |
H A D | window_session_property.cpp | 1041 parcel.WriteDouble(textFieldPositionY_) && parcel.WriteDouble(textFieldHeight_) && in Marshalling() 1177 textFieldPositionY_ = property->textFieldPositionY_; in CopyFrom() 1297 return parcel.WriteDouble(textFieldPositionY_) && parcel.WriteDouble(textFieldHeight_); in WriteActionUpdateTextfieldAvoidInfo() 1468 textFieldPositionY_ = textFieldPositionY; in SetTextFieldPositionY() 1478 return textFieldPositionY_; in GetTextFieldPositionY()
|
/foundation/window/window_manager/utils/include/ |
H A D | window_property.h | 230 double textFieldPositionY_ = 0.0; member in OHOS::Rosen::WindowProperty
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/ |
H A D | security_session_wrapper_impl.cpp | 657 info->type_, info->rect_, info->safeHeight_, info->textFieldPositionY_, info->textFieldHeight_); in NotifyOccupiedAreaChangeInfo()
|
H A D | session_wrapper_impl.cpp | 904 info->type_, info->rect_, info->safeHeight_, info->textFieldPositionY_, info->textFieldHeight_); in InnerNotifyOccupiedAreaChangeInfo()
|
/foundation/window/window_manager/window_scene/common/include/ |
H A D | window_session_property.h | 332 double textFieldPositionY_ = 0.0; member in OHOS::Rosen::WindowSessionProperty
|
/foundation/window/window_manager/wm/src/ |
H A D | window_extension_session_impl.cpp | 827 info->textFieldPositionY_, info->rect_.height_); in NotifyOccupiedAreaChangeInfo()
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ui_content_impl.cpp | 388 double positionY = info->textFieldPositionY_; in OnSizeChange()
|
Completed in 20 milliseconds