Home
last modified time | relevance | path

Searched refs:SetPopupTitleBackground (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_apply/
H A Djs_indexer_theme.h37 IndexerModel::GetInstance()->SetPopupTitleBackground(themeColors->CompBackgroundTertiary()); in ApplyTheme()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_model_ng.h61 void SetPopupTitleBackground(const std::optional<Color>& color) override;
98 static void SetPopupTitleBackground(FrameNode* frameNode, const std::optional<Color>& color);
H A Dindexer_model.h73 virtual void SetPopupTitleBackground(const std::optional<Color>& color) {}; in SetPopupTitleBackground() function
H A Dindexer_model_ng.cpp316 void IndexerModelNG::SetPopupTitleBackground(const std::optional<Color>& color) in SetPopupTitleBackground() function in OHOS::Ace::NG::IndexerModelNG
373 void IndexerModelNG::SetPopupTitleBackground(FrameNode* frameNode, const std::optional<Color>& colo… in SetPopupTitleBackground() function in OHOS::Ace::NG::IndexerModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_indexer.h56 static void SetPopupTitleBackground(const JSCallbackInfo& args);
H A Djs_indexer.cpp524 void JSIndexer::SetPopupTitleBackground(const JSCallbackInfo& args) in SetPopupTitleBackground() function in OHOS::Ace::Framework::JSIndexer
529 IndexerModel::GetInstance()->SetPopupTitleBackground(PaseColor(args)); in SetPopupTitleBackground()
581 …JSClass<JSIndexer>::StaticMethod("popupTitleBackground", &JSIndexer::SetPopupTitleBackground, opt); in JSBind()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dalphabet_indexer_modifier.cpp471 void SetPopupTitleBackground(ArkUINodeHandle node, ArkUI_Uint32 color) in SetPopupTitleBackground() function
475 IndexerModelNG::SetPopupTitleBackground(frameNode, Color(color)); in SetPopupTitleBackground()
486 IndexerModelNG::SetPopupTitleBackground(frameNode, color); in ResetPopupTitleBackground()
563 …mBorderRadius, SetPopupBackgroundBlurStyle, ResetPopupBackgroundBlurStyle, SetPopupTitleBackground, in GetAlphabetIndexerModifier()
581 …mBorderRadius, SetPopupBackgroundBlurStyle, ResetPopupBackgroundBlurStyle, SetPopupTitleBackground, in GetCJUIAlphabetIndexerModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_alphabet_indexer_bridge.h64 static ArkUINativeModuleValue SetPopupTitleBackground(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_alphabet_indexer_bridge.cpp681 ArkUINativeModuleValue AlphabetIndexerBridge::SetPopupTitleBackground(ArkUIRuntimeCallInfo* runtime… in SetPopupTitleBackground() function in OHOS::Ace::NG::AlphabetIndexerBridge
H A Darkts_native_api_impl_bridge.cpp4376 …:FunctionRef::New(const_cast<panda::EcmaVM*>(vm), AlphabetIndexerBridge::SetPopupTitleBackground)); in RegisterAlphabetIndexerAttributes()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/indexer/
H A Dindexer_layout_test_ng.cpp182 model.SetPopupTitleBackground(Color::RED);
444 model.SetPopupTitleBackground(Color(0x00000000));
467 model.SetPopupTitleBackground(std::nullopt);
504 model.SetPopupTitleBackground(AceType::RawPtr(frameNode_), std::nullopt);
552 model.SetPopupTitleBackground(AceType::RawPtr(frameNode_), Color::WHITE);