/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_apply/ |
H A D | js_indexer_theme.h | 36 IndexerModel::GetInstance()->SetPopupUnselectedColor(themeColors->FontPrimary()); in ApplyTheme()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/ |
H A D | indexer_model_ng.h | 46 void SetPopupUnselectedColor(const std::optional<Color>& color) override; 78 static void SetPopupUnselectedColor(FrameNode* frameNode, const std::optional<Color>& color);
|
H A D | indexer_model.h | 56 virtual void SetPopupUnselectedColor(const std::optional<Color>& color) {}; in SetPopupUnselectedColor() function
|
H A D | indexer_model_ng.cpp | 212 void IndexerModelNG::SetPopupUnselectedColor(const std::optional<Color>& popupUnselectedColor) in SetPopupUnselectedColor() function in OHOS::Ace::NG::IndexerModelNG 448 void IndexerModelNG::SetPopupUnselectedColor(FrameNode* frameNode, const std::optional<Color>& popu… in SetPopupUnselectedColor() function in OHOS::Ace::NG::IndexerModelNG
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_indexer.h | 49 static void SetPopupUnselectedColor(const JSCallbackInfo& args);
|
H A D | js_indexer.cpp | 396 void JSIndexer::SetPopupUnselectedColor(const JSCallbackInfo& args) in SetPopupUnselectedColor() function in OHOS::Ace::Framework::JSIndexer 401 IndexerModel::GetInstance()->SetPopupUnselectedColor(PaseColor(args)); in SetPopupUnselectedColor() 574 …JSClass<JSIndexer>::StaticMethod("popupUnselectedColor", &JSIndexer::SetPopupUnselectedColor, opt); in JSBind()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | alphabet_indexer_modifier.cpp | 283 void SetPopupUnselectedColor(ArkUINodeHandle node, uint32_t color) in SetPopupUnselectedColor() function 287 IndexerModelNG::SetPopupUnselectedColor(frameNode, Color(color)); in SetPopupUnselectedColor() 299 IndexerModelNG::SetPopupUnselectedColor(frameNode, color); in ResetPopupUnselectedColor() 559 … SetPopupUnselectedColor, ResetPopupUnselectedColor, SetAlignStyle, ResetAlignStyle, SetUsingPopup, in GetAlphabetIndexerModifier() 577 … SetPopupUnselectedColor, ResetPopupUnselectedColor, SetAlignStyle, ResetAlignStyle, SetUsingPopup, in GetCJUIAlphabetIndexerModifier()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_alphabet_indexer_bridge.h | 44 static ArkUINativeModuleValue SetPopupUnselectedColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_alphabet_indexer_bridge.cpp | 390 ArkUINativeModuleValue AlphabetIndexerBridge::SetPopupUnselectedColor(ArkUIRuntimeCallInfo* runtime… in SetPopupUnselectedColor() function in OHOS::Ace::NG::AlphabetIndexerBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 4336 …:FunctionRef::New(const_cast<panda::EcmaVM*>(vm), AlphabetIndexerBridge::SetPopupUnselectedColor)); in RegisterAlphabetIndexerAttributes()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/indexer/ |
H A D | indexer_layout_test_ng.cpp | 105 model.SetPopupUnselectedColor(Color::BLUE); 333 model.SetPopupUnselectedColor(Color(0x00000000)); 403 model.SetPopupUnselectedColor(std::nullopt); 491 model.SetPopupUnselectedColor(AceType::RawPtr(frameNode_), std::nullopt); 549 model.SetPopupUnselectedColor(AceType::RawPtr(frameNode_), Color::WHITE); 1333 model.SetPopupUnselectedColor(Color::BLUE); 1389 model.SetPopupUnselectedColor(Color::BLUE);
|