Searched refs:IsArkuiComponent (Results 1 – 3 of 3) sorted by relevance
100 ACE_DEFINE_PROPERTY_ITEM_WITHOUT_GROUP(IsArkuiComponent, bool, PROPERTY_UPDATE_NORMAL);
95 static bool IsArkuiComponent();
244 bool SecurityComponentModelNG::IsArkuiComponent() in IsArkuiComponent() function in OHOS::Ace::NG::SecurityComponentModelNG322 …if (!res && !IsInReleaseList(resColor.GetValue()) && !IsArkuiComponent() && IsBelowThreshold(value… in SetBackgroundColor()