Searched refs:SetPopupSelectedColor (Results 1 - 10 of 10) sorted by relevance
/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::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 D | alphabet_indexer_modifier.cpp | 355 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 D | arkts_native_alphabet_indexer_bridge.h | 46 static ArkUINativeModuleValue SetPopupSelectedColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_alphabet_indexer_bridge.cpp | 457 ArkUINativeModuleValue AlphabetIndexerBridge::SetPopupSelectedColor(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetPopupSelectedColor() function in OHOS::Ace::NG::AlphabetIndexerBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 4365 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), AlphabetIndexerBridge::SetPopupSelectedColor)); in RegisterAlphabetIndexerAttributes()
|
/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 in OHOS::Ace::IndexerModel
|
H A D | indexer_model_ng.cpp | 201 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 D | indexer_layout_test_ng.cpp | 332 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