Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/badge/
H A Dbadge_component.cpp75 bool BadgeComponent::IsPositionXy() const in IsPositionXy() function in OHOS::Ace::BadgeComponent
77 return declaration_->IsPositionXy(); in IsPositionXy()
H A Drosen_render_badge.cpp68 if (!badge_->IsPositionXy()) { in DrawCircleBadge()
116 if (!badge_->IsPositionXy()) { in DrawCircleBadge()
293 if (!badge_->IsPositionXy()) { in SetBoundaryForNumericalBadge()
H A Dbadge_component.h43 bool IsPositionXy() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/badge/
H A Dbadge_layout_property.h125 ACE_DEFINE_PROPERTY_ITEM_WITHOUT_GROUP(IsPositionXy, bool, PROPERTY_UPDATE_MEASURE_SELF);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dbadge_composed_element.cpp75 if (!badgeComponent->IsPositionXy()) { in GetBadgePosition()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/badge/
H A Dbadge_declaration.h75 bool IsPositionXy() const in IsPositionXy() function