/ohos5.0/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()
|
/ohos5.0/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
|
H A D | indexer_model_ng.cpp | 316 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 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::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 D | alphabet_indexer_modifier.cpp | 471 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 D | arkts_native_alphabet_indexer_bridge.h | 64 static ArkUINativeModuleValue SetPopupTitleBackground(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_alphabet_indexer_bridge.cpp | 681 ArkUINativeModuleValue AlphabetIndexerBridge::SetPopupTitleBackground(ArkUIRuntimeCallInfo* runtime… in SetPopupTitleBackground() function in OHOS::Ace::NG::AlphabetIndexerBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 4376 …:FunctionRef::New(const_cast<panda::EcmaVM*>(vm), AlphabetIndexerBridge::SetPopupTitleBackground)); in RegisterAlphabetIndexerAttributes()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/indexer/ |
H A D | indexer_layout_test_ng.cpp | 182 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);
|