Home
last modified time | relevance | path

Searched refs:SetPopupUnselectedColor (Results 1 - 11 of 11) sorted by relevance

/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()
/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::OHOS::Ace::Framework::JSIndexer
401 IndexerModel::GetInstance()->SetPopupUnselectedColor(PaseColor(args)); in SetPopupUnselectedColor()
574 JSClass<JSIndexer>::StaticMethod("popupUnselectedColor", &JSIndexer::SetPopupUnselectedColor, opt); in JSBind()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dalphabet_indexer_modifier.cpp280 void SetPopupUnselectedColor(ArkUINodeHandle node, uint32_t color) in SetPopupUnselectedColor() function
284 IndexerModelNG::SetPopupUnselectedColor(frameNode, Color(color)); in SetPopupUnselectedColor()
296 IndexerModelNG::SetPopupUnselectedColor(frameNode, color); in ResetPopupUnselectedColor()
556 SetPopupUnselectedColor, ResetPopupUnselectedColor, SetAlignStyle, ResetAlignStyle, SetUsingPopup, in GetAlphabetIndexerModifier()
574 SetPopupUnselectedColor, ResetPopupUnselectedColor, SetAlignStyle, ResetAlignStyle, SetUsingPopup, in GetCJUIAlphabetIndexerModifier()
/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.cpp396 ArkUINativeModuleValue AlphabetIndexerBridge::SetPopupUnselectedColor(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetPopupUnselectedColor() function in OHOS::Ace::NG::AlphabetIndexerBridge
H A Darkts_native_api_impl_bridge.cpp4361 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), AlphabetIndexerBridge::SetPopupUnselectedColor)); in RegisterAlphabetIndexerAttributes()
/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 in OHOS::Ace::IndexerModel
H A Dindexer_model_ng.cpp210 void IndexerModelNG::SetPopupUnselectedColor(const std::optional<Color>& popupUnselectedColor) in SetPopupUnselectedColor() function in OHOS::Ace::NG::IndexerModelNG
446 void IndexerModelNG::SetPopupUnselectedColor(FrameNode* frameNode, const std::optional<Color>& popupUnselectedColor) in SetPopupUnselectedColor() function in OHOS::Ace::NG::IndexerModelNG
/foundation/arkui/ace_engine/test/unittest/core/pattern/indexer/
H A Dindexer_layout_test_ng.cpp105 model.SetPopupUnselectedColor(Color::BLUE); in HWTEST_F()
333 model.SetPopupUnselectedColor(Color(0x00000000)); in HWTEST_F()
403 model.SetPopupUnselectedColor(std::nullopt); in HWTEST_F()
491 model.SetPopupUnselectedColor(AceType::RawPtr(frameNode_), std::nullopt); in HWTEST_F()
549 model.SetPopupUnselectedColor(AceType::RawPtr(frameNode_), Color::WHITE); in HWTEST_F()
1399 model.SetPopupUnselectedColor(Color::BLUE); in HWTEST_F()
1455 model.SetPopupUnselectedColor(Color::BLUE); in HWTEST_F()

Completed in 20 milliseconds