Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
H A Dform_skeleton_params.h61 bool isDarkMode) : cardWidth_(cardWidth), cardHeight_(cardHeight), dimension_(dimension), in FormSkeletonParams()
109 float titleContentAreaHeight = static_cast<float>(cardHeight_) * contentHeightRatio; in SetLineParamsCommon()
115 endingLineMarginTop_ = static_cast<float>(cardHeight_ - (titleAreaHeight + in SetLineParamsCommon()
187 double cardHeight_ = 0.0; variable