Searched refs:textFieldHeight_ (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | occupied_area_change_info.h | 34 …: type_(type), rect_(rect), textFieldPositionY_(textFieldPositionY), textFieldHeight_(textFieldHei… in OccupiedAreaChangeInfo() 38 textFieldPositionY_(textFieldPositionY), textFieldHeight_(textFieldHeight) {}; in OccupiedAreaChangeInfo() 47 parcel.WriteDouble(textFieldPositionY_) && parcel.WriteDouble(textFieldHeight_); in Marshalling() 64 occupiedAreaChangeInfo->textFieldHeight_ = parcel.ReadDouble(); in Unmarshalling() 72 double textFieldHeight_ = 0.0; variable
|
/ohos5.0/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() 1008 textFieldHeight_ = property->textFieldHeight_; in CopyFrom() 1017 textFieldHeight_ = textFieldHeight; in SetTextFieldHeight() 1027 return textFieldHeight_; in GetTextFieldHeight()
|
/ohos5.0/foundation/window/window_manager/window_scene/common/src/ |
H A D | window_session_property.cpp | 1058 parcel.WriteDouble(textFieldPositionY_) && parcel.WriteDouble(textFieldHeight_) && in Marshalling() 1195 textFieldHeight_ = property->textFieldHeight_; in CopyFrom() 1313 return parcel.WriteDouble(textFieldPositionY_) && parcel.WriteDouble(textFieldHeight_); in WriteActionUpdateTextfieldAvoidInfo() 1489 textFieldHeight_ = textFieldHeight; in SetTextFieldHeight() 1499 return textFieldHeight_; in GetTextFieldHeight()
|
/ohos5.0/foundation/window/window_manager/utils/include/ |
H A D | window_property.h | 231 double textFieldHeight_ = 0.0; variable
|
/ohos5.0/foundation/window/window_manager/window_scene/common/include/ |
H A D | window_session_property.h | 332 double textFieldHeight_ = 0.0; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/ |
H A D | security_session_wrapper_impl.cpp | 682 … info->type_, info->rect_, info->safeHeight_, info->textFieldPositionY_, info->textFieldHeight_); in NotifyOccupiedAreaChangeInfo()
|
H A D | session_wrapper_impl.cpp | 832 … info->type_, info->rect_, info->safeHeight_, info->textFieldPositionY_, info->textFieldHeight_); in InnerNotifyOccupiedAreaChangeInfo()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ui_content_impl.cpp | 402 double height = info->textFieldHeight_; in OnSizeChange()
|