Home
last modified time | relevance | path

Searched refs:SetPopupSelectedColor (Results 1 - 10 of 10) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_indexer.h48 static void SetPopupSelectedColor(const JSCallbackInfo& args);
H A Djs_indexer.cpp388 void JSIndexer::SetPopupSelectedColor(const JSCallbackInfo& args) in SetPopupSelectedColor() function in OHOS::OHOS::Ace::Framework::JSIndexer
393 IndexerModel::GetInstance()->SetPopupSelectedColor(PaseColor(args)); in SetPopupSelectedColor()
573 JSClass<JSIndexer>::StaticMethod("popupSelectedColor", &JSIndexer::SetPopupSelectedColor, opt); in JSBind()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dalphabet_indexer_modifier.cpp355 void SetPopupSelectedColor(ArkUINodeHandle node, uint32_t color) in SetPopupSelectedColor() function
359 IndexerModelNG::SetPopupSelectedColor(frameNode, Color(color)); in SetPopupSelectedColor()
370 IndexerModelNG::SetPopupSelectedColor(frameNode, color); in ResetPopupSelectedColor()
558 ResetPopupHorizontalSpace, SetPopupSelectedColor, ResetPopupSelectedColor, SetItemSize, ResetItemSize, in GetAlphabetIndexerModifier()
576 ResetPopupHorizontalSpace, SetPopupSelectedColor, ResetPopupSelectedColor, SetItemSize, ResetItemSize, in GetCJUIAlphabetIndexerModifier()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_alphabet_indexer_bridge.h46 static ArkUINativeModuleValue SetPopupSelectedColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_alphabet_indexer_bridge.cpp457 ArkUINativeModuleValue AlphabetIndexerBridge::SetPopupSelectedColor(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetPopupSelectedColor() function in OHOS::Ace::NG::AlphabetIndexerBridge
H A Darkts_native_api_impl_bridge.cpp4365 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), AlphabetIndexerBridge::SetPopupSelectedColor)); in RegisterAlphabetIndexerAttributes()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_model_ng.h45 void SetPopupSelectedColor(const std::optional<Color>& color) override;
85 static void SetPopupSelectedColor(FrameNode* frameNode, const std::optional<Color>& color);
H A Dindexer_model.h55 virtual void SetPopupSelectedColor(const std::optional<Color>& color) {}; in SetPopupSelectedColor() function in OHOS::Ace::IndexerModel
H A Dindexer_model_ng.cpp201 void IndexerModelNG::SetPopupSelectedColor(const std::optional<Color>& popupSelectedColor) in SetPopupSelectedColor() function in OHOS::Ace::NG::IndexerModelNG
547 void IndexerModelNG::SetPopupSelectedColor(FrameNode* frameNode, const std::optional<Color>& popupSelectedColor) in SetPopupSelectedColor() function in OHOS::Ace::NG::IndexerModelNG
/foundation/arkui/ace_engine/test/unittest/core/pattern/indexer/
H A Dindexer_layout_test_ng.cpp332 model.SetPopupSelectedColor(Color(0x00000000)); in HWTEST_F()
402 model.SetPopupSelectedColor(std::nullopt); in HWTEST_F()
500 model.SetPopupSelectedColor(AceType::RawPtr(frameNode_), std::nullopt); in HWTEST_F()
548 model.SetPopupSelectedColor(AceType::RawPtr(frameNode_), Color::WHITE); in HWTEST_F()
1398 model.SetPopupSelectedColor(Color::GREEN); in HWTEST_F()
1454 model.SetPopupSelectedColor(Color::GREEN); in HWTEST_F()

Completed in 20 milliseconds