Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Danalog_clock_component.cpp165 uint16_t opacity = GetIntegerProperty(child, COMMON_STYLE_OPACITY); in SetRectHand()
H A Dclock_hand_component.cpp116 SetNamedProperty(nativeObj, COMMON_STYLE_OPACITY, opacityValue); in PostRender()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Djs_fwk_common.h111 constexpr char COMMON_STYLE_OPACITY[] = "opacity"; variable