Home
last modified time | relevance | path

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

/ohos5.0/base/security/security_component_manager/frameworks/common/include/
H A Dsec_comp_tool.h25 bool IsColorFullTransparent(const SecCompColor& color);
/ohos5.0/base/security/security_component_manager/frameworks/common/src/
H A Dsec_comp_tool.cpp157 bool IsColorFullTransparent(const SecCompColor& color) in IsColorFullTransparent() function
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/sa_main/
H A Dsec_comp_info_helper.cpp165 if ((comp->bg_ != SecCompBackground::NO_BG_TYPE) && !IsColorFullTransparent(comp->bgColor_) && in CheckSecCompBaseButton()