/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/ |
H A D | indexer_model_ng.h | 45 void SetPopupSelectedColor(const std::optional<Color>& color) override; 85 static void SetPopupSelectedColor(FrameNode* frameNode, const std::optional<Color>& color);
|
H A D | indexer_model.h | 55 virtual void SetPopupSelectedColor(const std::optional<Color>& color) {}; in SetPopupSelectedColor() function
|
H A D | indexer_model_ng.cpp | 203 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 D | js_indexer.h | 48 static void SetPopupSelectedColor(const JSCallbackInfo& args);
|
H A D | js_indexer.cpp | 388 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 D | alphabet_indexer_modifier.cpp | 358 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 D | arkts_native_alphabet_indexer_bridge.h | 46 static ArkUINativeModuleValue SetPopupSelectedColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_alphabet_indexer_bridge.cpp | 451 ArkUINativeModuleValue AlphabetIndexerBridge::SetPopupSelectedColor(ArkUIRuntimeCallInfo* runtimeCa… in SetPopupSelectedColor() function in OHOS::Ace::NG::AlphabetIndexerBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 4340 …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 D | indexer_layout_test_ng.cpp | 332 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);
|