Home
last modified time | relevance | path

Searched refs:textFieldHeight_ (Results 1 - 8 of 8) sorted by relevance

/foundation/window/window_manager/interfaces/innerkits/wm/
H A Doccupied_area_change_info.h34 : 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()
64 occupiedAreaChangeInfo->textFieldHeight_ = parcel.ReadDouble(); in Unmarshalling()
72 double textFieldHeight_ = 0.0; member in OHOS::Rosen::OccupiedAreaChangeInfo
/foundation/window/window_manager/utils/src/
H A Dwindow_property.cpp740 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()
/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp1041 parcel.WriteDouble(textFieldPositionY_) && parcel.WriteDouble(textFieldHeight_) && in Marshalling()
1178 textFieldHeight_ = property->textFieldHeight_; in CopyFrom()
1297 return parcel.WriteDouble(textFieldPositionY_) && parcel.WriteDouble(textFieldHeight_); in WriteActionUpdateTextfieldAvoidInfo()
1473 textFieldHeight_ = textFieldHeight; in SetTextFieldHeight()
1483 return textFieldHeight_; in GetTextFieldHeight()
/foundation/window/window_manager/utils/include/
H A Dwindow_property.h231 double textFieldHeight_ = 0.0; member in OHOS::Rosen::WindowProperty
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dsecurity_session_wrapper_impl.cpp657 info->type_, info->rect_, info->safeHeight_, info->textFieldPositionY_, info->textFieldHeight_); in NotifyOccupiedAreaChangeInfo()
H A Dsession_wrapper_impl.cpp904 info->type_, info->rect_, info->safeHeight_, info->textFieldPositionY_, info->textFieldHeight_); in InnerNotifyOccupiedAreaChangeInfo()
/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h333 double textFieldHeight_ = 0.0; member in OHOS::Rosen::WindowSessionProperty
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.cpp389 double height = info->textFieldHeight_; in OnSizeChange()

Completed in 16 milliseconds