Searched refs:IsBelowThreshold (Results 1 – 2 of 2) sorted by relevance
97 static bool IsBelowThreshold(const Color& value);
269 bool SecurityComponentModelNG::IsBelowThreshold(const Color& value) in IsBelowThreshold() function in OHOS::Ace::NG::SecurityComponentModelNG322 …if (!res && !IsInReleaseList(resColor.GetValue()) && !IsArkuiComponent() && IsBelowThreshold(value… in SetBackgroundColor()