Home
last modified time | relevance | path

Searched refs:inactiveColorArg (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp1714 …32* blurValues, ArkUI_Int32 blurValuesSize, ArkUI_Bool isValidColor, ArkUI_Uint32 inactiveColorArg) in SetBackgroundBlurStyle() argument
1748 Color inactiveColor(inactiveColorArg); in SetBackgroundBlurStyle()
3471 ArkUI_Uint32 inactiveColorArg) in SetBackgroundEffect() argument
3490 Color inactiveColor(inactiveColorArg); in SetBackgroundEffect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
H A Dcjui_api.h109 ArkUI_Uint32 inactiveColorArg);
244 ArkUI_Uint32 inactiveColorArg);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp2852 auto inactiveColorArg = runtimeCallInfo->GetCallArgRef(NUM_7); in SetBackgroundBlurStyleParam() local
2854 if (ArkTSUtils::ParseJsColor(vm, inactiveColorArg, inactiveColor)) { in SetBackgroundBlurStyleParam()
4984 …Local<JSValueRef> inactiveColorArg = runtimeCallInfo->GetCallArgRef(8); // 8:index of parameter in… in SetBackgroundEffectParam() local
4997 if (ArkTSUtils::ParseJsColor(vm, inactiveColorArg, inactiveColor)) { in SetBackgroundEffectParam()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h1605 ArkUI_Uint32 inactiveColorArg);
1740 ArkUI_Uint32 inactiveColorArg);