/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_apply/ |
H A D | js_indexer_theme.h | 35 IndexerModel::GetInstance()->SetPopupColor(themeColors->FontEmphasize()); in ApplyTheme()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/ |
H A D | indexer_model_ng.h | 28 void SetPopupColor(const std::optional<Color>& color) override; 81 static void SetPopupColor(FrameNode* frameNode, const std::optional<Color>& color);
|
H A D | indexer_model.h | 40 virtual void SetPopupColor(const std::optional<Color>& color) = 0;
|
H A D | indexer_model_ng.cpp | 62 void IndexerModelNG::SetPopupColor(const std::optional<Color>& popupColor) in SetPopupColor() function in OHOS::Ace::NG::IndexerModelNG 479 void IndexerModelNG::SetPopupColor(FrameNode* frameNode, const std::optional<Color>& popupColor) in SetPopupColor() function in OHOS::Ace::NG::IndexerModelNG
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_indexer.h | 32 static void SetPopupColor(const JSCallbackInfo& args);
|
H A D | js_indexer.cpp | 153 void JSIndexer::SetPopupColor(const JSCallbackInfo& args) in SetPopupColor() function in OHOS::Ace::Framework::JSIndexer 158 IndexerModel::GetInstance()->SetPopupColor(PaseColor(args)); in SetPopupColor() 561 JSClass<JSIndexer>::StaticMethod("popupColor", &JSIndexer::SetPopupColor, opt); in JSBind()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | alphabet_indexer_modifier.cpp | 207 void SetPopupColor(ArkUINodeHandle node, uint32_t color) in SetPopupColor() function 211 IndexerModelNG::SetPopupColor(frameNode, Color(color)); in SetPopupColor() 223 IndexerModelNG::SetPopupColor(frameNode, color); in ResetPopupColor() 557 …SetPopupColor, ResetPopupColor, SetAlphabetIndexerSelectedColor, ResetAlphabetIndexerSelectedColor, in GetAlphabetIndexerModifier() 575 …SetPopupColor, ResetPopupColor, SetAlphabetIndexerSelectedColor, ResetAlphabetIndexerSelectedColor, in GetCJUIAlphabetIndexerModifier()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | indexer_model_impl.h | 27 void SetPopupColor(const std::optional<Color>& color) override;
|
H A D | indexer_model_impl.cpp | 58 void IndexerModelImpl::SetPopupColor(const std::optional<Color>& color) in SetPopupColor() function in OHOS::Ace::Framework::IndexerModelImpl
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_alphabet_indexer_bridge.h | 36 static ArkUINativeModuleValue SetPopupColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_alphabet_indexer_bridge.cpp | 284 ArkUINativeModuleValue AlphabetIndexerBridge::SetPopupColor(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetPopupColor() function in OHOS::Ace::NG::AlphabetIndexerBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 4320 … panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), AlphabetIndexerBridge::SetPopupColor)); in RegisterAlphabetIndexerAttributes()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_alphabet_indexer_ffi.cpp | 51 IndexerModel::GetInstance()->SetPopupColor(Color(color)); in FfiOHOSAceFrameworkAlphabetIndexerPopupColor()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/indexer/ |
H A D | indexer_layout_test_ng.cpp | 321 model.SetPopupColor(Color(0x00000000)); 395 model.SetPopupColor(std::nullopt); 494 model.SetPopupColor(AceType::RawPtr(frameNode_), std::nullopt); 537 model.SetPopupColor(AceType::RawPtr(frameNode_), Color::WHITE);
|