Home
last modified time | relevance | path

Searched refs:ResetBarBackgroundColor (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_paint_property.h51 ResetBarBackgroundColor(); in Reset()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dtabs_modifier.cpp210 void ResetBarBackgroundColor(ArkUINodeHandle node) in ResetBarBackgroundColor() function
373 ResetBarBackgroundColor, in GetTabsModifier()
421 ResetBarBackgroundColor, in GetCJUITabsModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_tabs_bridge.h46 static ArkUINativeModuleValue ResetBarBackgroundColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_tabs_bridge.cpp308 ArkUINativeModuleValue TabsBridge::ResetBarBackgroundColor(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetBarBackgroundColor() function in OHOS::Ace::NG::TabsBridge
H A Darkts_native_api_impl_bridge.cpp4001 … panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), TabsBridge::ResetBarBackgroundColor)); in RegisterTabAttributes()