Home
last modified time | relevance | path

Searched refs:SetPopupUnselectedColor (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.h36 IndexerModel::GetInstance()->SetPopupUnselectedColor(themeColors->FontPrimary()); in ApplyTheme()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_model_ng.h46 void SetPopupUnselectedColor(const std::optional<Color>& color) override;
78 static void SetPopupUnselectedColor(FrameNode* frameNode, const std::optional<Color>& color);
H A Dindexer_model.h56 virtual void SetPopupUnselectedColor(const std::optional<Color>& color) {}; in SetPopupUnselectedColor() function
H A Dindexer_model_ng.cpp212 void IndexerModelNG::SetPopupUnselectedColor(const std::optional<Color>& popupUnselectedColor) in SetPopupUnselectedColor() function in OHOS::Ace::NG::IndexerModelNG
448 void IndexerModelNG::SetPopupUnselectedColor(FrameNode* frameNode, const std::optional<Color>& popu… in SetPopupUnselectedColor() function in OHOS::Ace::NG::IndexerModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_indexer.h49 static void SetPopupUnselectedColor(const JSCallbackInfo& args);
H A Djs_indexer.cpp396 void JSIndexer::SetPopupUnselectedColor(const JSCallbackInfo& args) in SetPopupUnselectedColor() function in OHOS::Ace::Framework::JSIndexer
401 IndexerModel::GetInstance()->SetPopupUnselectedColor(PaseColor(args)); in SetPopupUnselectedColor()
574 …JSClass<JSIndexer>::StaticMethod("popupUnselectedColor", &JSIndexer::SetPopupUnselectedColor, opt); in JSBind()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dalphabet_indexer_modifier.cpp283 void SetPopupUnselectedColor(ArkUINodeHandle node, uint32_t color) in SetPopupUnselectedColor() function
287 IndexerModelNG::SetPopupUnselectedColor(frameNode, Color(color)); in SetPopupUnselectedColor()
299 IndexerModelNG::SetPopupUnselectedColor(frameNode, color); in ResetPopupUnselectedColor()
559SetPopupUnselectedColor, ResetPopupUnselectedColor, SetAlignStyle, ResetAlignStyle, SetUsingPopup, in GetAlphabetIndexerModifier()
577SetPopupUnselectedColor, ResetPopupUnselectedColor, SetAlignStyle, ResetAlignStyle, SetUsingPopup, in GetCJUIAlphabetIndexerModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_alphabet_indexer_bridge.h44 static ArkUINativeModuleValue SetPopupUnselectedColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_alphabet_indexer_bridge.cpp390 ArkUINativeModuleValue AlphabetIndexerBridge::SetPopupUnselectedColor(ArkUIRuntimeCallInfo* runtime… in SetPopupUnselectedColor() function in OHOS::Ace::NG::AlphabetIndexerBridge
H A Darkts_native_api_impl_bridge.cpp4336 …:FunctionRef::New(const_cast<panda::EcmaVM*>(vm), AlphabetIndexerBridge::SetPopupUnselectedColor)); in RegisterAlphabetIndexerAttributes()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/indexer/
H A Dindexer_layout_test_ng.cpp105 model.SetPopupUnselectedColor(Color::BLUE);
333 model.SetPopupUnselectedColor(Color(0x00000000));
403 model.SetPopupUnselectedColor(std::nullopt);
491 model.SetPopupUnselectedColor(AceType::RawPtr(frameNode_), std::nullopt);
549 model.SetPopupUnselectedColor(AceType::RawPtr(frameNode_), Color::WHITE);
1333 model.SetPopupUnselectedColor(Color::BLUE);
1389 model.SetPopupUnselectedColor(Color::BLUE);