Home
last modified time | relevance | path

Searched refs:compatibleInPcLandscapeHeight_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp955 compatibleInPcLandscapeHeight_ = landscapeHeight; in SetCompatibleWindowSizeInPc()
975 return compatibleInPcLandscapeHeight_; in GetCompatibleInPcLandscapeHeight()
1071 …l.WriteInt32(compatibleInPcLandscapeWidth_) && parcel.WriteInt32(compatibleInPcLandscapeHeight_) && in Marshalling()
/ohos5.0/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h348 int32_t compatibleInPcLandscapeHeight_ = 0; variable