Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_layout_property.h100 ACE_DEFINE_PROPERTY_ITEM_WITHOUT_GROUP(IsArkuiComponent, bool, PROPERTY_UPDATE_NORMAL);
H A Dsecurity_component_model_ng.h95 static bool IsArkuiComponent();
H A Dsecurity_component_model_ng.cpp244 bool SecurityComponentModelNG::IsArkuiComponent() in IsArkuiComponent() function in OHOS::Ace::NG::SecurityComponentModelNG
322 …if (!res && !IsInReleaseList(resColor.GetValue()) && !IsArkuiComponent() && IsBelowThreshold(value… in SetBackgroundColor()