/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_apply/ |
H A D | js_indexer_theme.h | 37 IndexerModel::GetInstance()->SetPopupTitleBackground(themeColors->CompBackgroundTertiary()); in ApplyTheme()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_indexer.h | 56 static void SetPopupTitleBackground(const JSCallbackInfo& args);
|
H A D | js_indexer.cpp | 524 void JSIndexer::SetPopupTitleBackground(const JSCallbackInfo& args) in SetPopupTitleBackground() function in OHOS::OHOS::Ace::Framework::JSIndexer 529 IndexerModel::GetInstance()->SetPopupTitleBackground(PaseColor(args)); in SetPopupTitleBackground() 581 JSClass<JSIndexer>::StaticMethod("popupTitleBackground", &JSIndexer::SetPopupTitleBackground, opt); in JSBind()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | alphabet_indexer_modifier.cpp | 468 void SetPopupTitleBackground(ArkUINodeHandle node, ArkUI_Uint32 color) in SetPopupTitleBackground() function 472 IndexerModelNG::SetPopupTitleBackground(frameNode, Color(color)); in SetPopupTitleBackground() 483 IndexerModelNG::SetPopupTitleBackground(frameNode, color); in ResetPopupTitleBackground() 560 ResetItemBorderRadius, SetPopupBackgroundBlurStyle, ResetPopupBackgroundBlurStyle, SetPopupTitleBackground, in GetAlphabetIndexerModifier() 578 ResetItemBorderRadius, SetPopupBackgroundBlurStyle, ResetPopupBackgroundBlurStyle, SetPopupTitleBackground, in GetCJUIAlphabetIndexerModifier()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_alphabet_indexer_bridge.h | 64 static ArkUINativeModuleValue SetPopupTitleBackground(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_alphabet_indexer_bridge.cpp | 687 ArkUINativeModuleValue AlphabetIndexerBridge::SetPopupTitleBackground(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetPopupTitleBackground() function in OHOS::Ace::NG::AlphabetIndexerBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 4401 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), AlphabetIndexerBridge::SetPopupTitleBackground)); in RegisterAlphabetIndexerAttributes()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/ |
H A D | indexer_model_ng.h | 61 void SetPopupTitleBackground(const std::optional<Color>& color) override; 98 static void SetPopupTitleBackground(FrameNode* frameNode, const std::optional<Color>& color);
|
H A D | indexer_model.h | 73 virtual void SetPopupTitleBackground(const std::optional<Color>& color) {}; in SetPopupTitleBackground() function in OHOS::Ace::IndexerModel
|
H A D | indexer_model_ng.cpp | 314 void IndexerModelNG::SetPopupTitleBackground(const std::optional<Color>& color) in SetPopupTitleBackground() function in OHOS::Ace::NG::IndexerModelNG 371 void IndexerModelNG::SetPopupTitleBackground(FrameNode* frameNode, const std::optional<Color>& color) in SetPopupTitleBackground() function in OHOS::Ace::NG::IndexerModelNG
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/indexer/ |
H A D | indexer_layout_test_ng.cpp | 182 model.SetPopupTitleBackground(Color::RED); in HWTEST_F() 444 model.SetPopupTitleBackground(Color(0x00000000)); in HWTEST_F() 467 model.SetPopupTitleBackground(std::nullopt); in HWTEST_F() 504 model.SetPopupTitleBackground(AceType::RawPtr(frameNode_), std::nullopt); in HWTEST_F() 552 model.SetPopupTitleBackground(AceType::RawPtr(frameNode_), Color::WHITE); in HWTEST_F()
|