Home
last modified time | relevance | path

Searched refs:IsBelowThreshold (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_model_ng.h97 static bool IsBelowThreshold(const Color& value);
H A Dsecurity_component_model_ng.cpp269 bool SecurityComponentModelNG::IsBelowThreshold(const Color& value) in IsBelowThreshold() function in OHOS::Ace::NG::SecurityComponentModelNG
322 …if (!res && !IsInReleaseList(resColor.GetValue()) && !IsArkuiComponent() && IsBelowThreshold(value… in SetBackgroundColor()