Home
last modified time | relevance | path

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

/ohos5.0/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
H A Dindexer_model_ng.cpp203 void IndexerModelNG::SetPopupSelectedColor(const std::optional<Color>& popupSelectedColor) in SetPopupSelectedColor() function in OHOS::Ace::NG::IndexerModelNG
549 void IndexerModelNG::SetPopupSelectedColor(FrameNode* frameNode, const std::optional<Color>& popupS… in SetPopupSelectedColor() function in OHOS::Ace::NG::IndexerModelNG
/ohos5.0/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::Ace::Framework::JSIndexer
393 IndexerModel::GetInstance()->SetPopupSelectedColor(PaseColor(args)); in SetPopupSelectedColor()
573 JSClass<JSIndexer>::StaticMethod("popupSelectedColor", &JSIndexer::SetPopupSelectedColor, opt); in JSBind()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dalphabet_indexer_modifier.cpp358 void SetPopupSelectedColor(ArkUINodeHandle node, uint32_t color) in SetPopupSelectedColor() function
362 IndexerModelNG::SetPopupSelectedColor(frameNode, Color(color)); in SetPopupSelectedColor()
373 IndexerModelNG::SetPopupSelectedColor(frameNode, color); in ResetPopupSelectedColor()
561 …ResetPopupHorizontalSpace, SetPopupSelectedColor, ResetPopupSelectedColor, SetItemSize, ResetItemS… in GetAlphabetIndexerModifier()
579 …ResetPopupHorizontalSpace, SetPopupSelectedColor, ResetPopupSelectedColor, SetItemSize, ResetItemS… in GetCJUIAlphabetIndexerModifier()
/ohos5.0/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.cpp451 ArkUINativeModuleValue AlphabetIndexerBridge::SetPopupSelectedColor(ArkUIRuntimeCallInfo* runtimeCa… in SetPopupSelectedColor() function in OHOS::Ace::NG::AlphabetIndexerBridge
H A Darkts_native_api_impl_bridge.cpp4340 …a::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), AlphabetIndexerBridge::SetPopupSelectedColor)); in RegisterAlphabetIndexerAttributes()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/indexer/
H A Dindexer_layout_test_ng.cpp332 model.SetPopupSelectedColor(Color(0x00000000));
402 model.SetPopupSelectedColor(std::nullopt);
500 model.SetPopupSelectedColor(AceType::RawPtr(frameNode_), std::nullopt);
548 model.SetPopupSelectedColor(AceType::RawPtr(frameNode_), Color::WHITE);
1332 model.SetPopupSelectedColor(Color::GREEN);
1388 model.SetPopupSelectedColor(Color::GREEN);