Searched refs:cardHeight (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/ |
H A D | form_skeleton_params.h | 60 …FormSkeletonParams(double cardWidth, double cardHeight, int32_t dimension, int32_t dimensionHeight, in FormSkeletonParams() argument 61 bool isDarkMode) : cardWidth_(cardWidth), cardHeight_(cardHeight), dimension_(dimension), in FormSkeletonParams()
|
H A D | form_pattern.cpp | 946 double cardHeight = cardInfo_.height.Value(); in LoadFormSkeleton() local 950 cardHeight, dimension, dimensionHeight, isDarkMode); in LoadFormSkeleton()
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | arkts-component-animation.md | 217 cardHeight: number = 400; // 卡片高度 252 .height(this.cardHeight)
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/form/ |
H A D | form_test_ng.cpp | 945 double cardHeight = 140.0; variable 947 pattern->cardInfo_.height = Dimension(cardHeight); 963 CalcSize idealSize = { CalcLength(cardWidth), CalcLength(cardHeight / 10.0) }; 999 double cardHeight = 140.0; variable 1001 pattern->cardInfo_.height = Dimension(cardHeight);
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | arkts-component-animation.md | 217 cardHeight: number = 400; // Widget height 252 .height(this.cardHeight)
|