Searched refs:isDefaultBadgeSize (Results 1 - 10 of 10) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/badge/ |
H A D | badge_model_ng.h | 25 void SetIsDefault(bool isDefaultFontSize, bool isDefaultBadgeSize) override 28 isDefaultBadgeSize_ = isDefaultBadgeSize; 33 FrameNode* frameNode, BadgeParameters& badgeParameters, bool isDefaultFontSize, bool isDefaultBadgeSize);
|
H A D | badge_model.h | 29 virtual void SetIsDefault(bool isDefaultFontSize, bool isDefaultBadgeSize) = 0;
|
H A D | badge_layout_algorithm.cpp | 60 auto isDefaultBadgeSize = layoutProperty->GetBadgeSizeIsDefault(); in Measure() local 77 if (isDefaultBadgeSize) { in Measure() 89 if (isDefaultBadgeSize) { in Measure() 228 auto isDefaultBadgeSize = layoutProperty->GetBadgeSizeIsDefault(); in Layout() local 232 if (isDefaultBadgeSize) { in Layout() 238 if (isDefaultBadgeSize) { in Layout()
|
H A D | badge_layout_property.h | 105 void SetIsDefault(bool isDefaultFontSize, bool isDefaultBadgeSize) in SetIsDefault() argument 108 isDefaultBadgeSize_ = isDefaultBadgeSize; in SetIsDefault()
|
H A D | badge_model_ng.cpp | 122 FrameNode* frameNode, BadgeParameters& badgeParameters, bool isDefaultFontSize, bool isDefaultBadgeSize) in SetBadgeParam() 131 layoutProperty->SetIsDefault(isDefaultFontSize, isDefaultBadgeSize); in SetBadgeParam() 121 SetBadgeParam( FrameNode* frameNode, BadgeParameters& badgeParameters, bool isDefaultFontSize, bool isDefaultBadgeSize) SetBadgeParam() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | badge_model_impl.h | 25 void SetIsDefault(bool isDefaultFontSize, bool isDefaultBadgeSize) override {};
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | badge_modifier.cpp | 59 BadgeModelNG::SetBadgeParam(frameNode, badgeParameters, style->isDefaultFontSize, style->isDefaultBadgeSize); in SetBadgeParamWithNumber() 71 BadgeModelNG::SetBadgeParam(frameNode, badgeParameters, style->isDefaultFontSize, style->isDefaultBadgeSize); in SetBadgeParamWithString()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_badge.cpp | 114 bool isDefaultBadgeSize = true; in CreateBadgeParameters() local 143 isDefaultBadgeSize = false; in CreateBadgeParameters() 151 BadgeModel::GetInstance()->SetIsDefault(isDefaultFontSize, isDefaultBadgeSize); in CreateBadgeParameters()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_badge_bridge.cpp | 60 param.isDefaultBadgeSize = true; in InitBadgeParam() 119 param.isDefaultBadgeSize = false; in ParseBadgeSize()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 696 ArkUI_Bool isDefaultBadgeSize; member
|
Completed in 22 milliseconds