Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dcounter_modifier.cpp67 void SetCounterBackgroundColor(ArkUINodeHandle node, ArkUI_Uint32 color) in SetCounterBackgroundColor() function
79 …etCounterHeight, ResetCounterHeight, SetCounterWidth, ResetCounterWidth, SetCounterBackgroundColor, in GetCounterModifier()
88 …etCounterHeight, ResetCounterHeight, SetCounterWidth, ResetCounterWidth, SetCounterBackgroundColor, in GetCJUICounterModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_counter_bridge.h32 static ArkUINativeModuleValue SetCounterBackgroundColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_counter_bridge.cpp130 ArkUINativeModuleValue CounterBridge::SetCounterBackgroundColor(ArkUIRuntimeCallInfo* runtimeCallIn… in SetCounterBackgroundColor() function in OHOS::Ace::NG::CounterBridge
H A Darkts_native_api_impl_bridge.cpp1117 …panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), CounterBridge::SetCounterBackgroundColor)); in GetArkUINativeModule()