Searched refs:SetBarBackgroundColor (Results 1 – 11 of 11) sorted by relevance
98 void SetBarBackgroundColor(ArkUINodeHandle node, ArkUI_Uint32 color) in SetBarBackgroundColor() function102 TabsModelNG::SetBarBackgroundColor(frameNode, Color(color)); in SetBarBackgroundColor()214 TabsModelNG::SetBarBackgroundColor(frameNode, Color::BLACK.BlendOpacity(0.0f)); in ResetBarBackgroundColor()358 SetBarBackgroundColor, in GetTabsModifier()406 SetBarBackgroundColor, in GetCJUITabsModifier()
60 void SetBarBackgroundColor(const Color& backgroundColor) override;78 static void SetBarBackgroundColor(FrameNode* frameNode, const Color& backgroundColor);
137 virtual void SetBarBackgroundColor(const Color& backgroundColor) = 0;
477 void TabsModelNG::SetBarBackgroundColor(const Color& backgroundColor) in SetBarBackgroundColor() function in OHOS::Ace::NG::TabsModelNG757 void TabsModelNG::SetBarBackgroundColor(FrameNode* frameNode, const Color& backgroundColor) in SetBarBackgroundColor() function in OHOS::Ace::NG::TabsModelNG
49 static void SetBarBackgroundColor(const JSCallbackInfo& info);
443 void JSTabs::SetBarBackgroundColor(const JSCallbackInfo& info) in SetBarBackgroundColor() function in OHOS::Ace::Framework::JSTabs449 TabsModel::GetInstance()->SetBarBackgroundColor(backgroundColor); in SetBarBackgroundColor()707 JSClass<JSTabs>::StaticMethod("barBackgroundColor", &JSTabs::SetBarBackgroundColor); in JSBind()
47 void SetBarBackgroundColor(const Color& backgroundColor) override {}; in SetBarBackgroundColor() function
30 static ArkUINativeModuleValue SetBarBackgroundColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
292 ArkUINativeModuleValue TabsBridge::SetBarBackgroundColor(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetBarBackgroundColor() function in OHOS::Ace::NG::TabsBridge
3999 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), TabsBridge::SetBarBackgroundColor)); in RegisterTabAttributes()
788 model.SetBarBackgroundColor(Color::RED);