Home
last modified time | relevance | path

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

/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/include/
H A Dsec_comp_info.h30 static constexpr DimensionT MIN_ICON_SIZE = 12.0; variable
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/sa_main/
H A Dsec_comp_info_helper.cpp160 if ((comp->icon_ >= 0) && comp->iconSize_ < MIN_ICON_SIZE) { in CheckSecCompBaseButton()