Home
last modified time | relevance | path

Searched defs:SetPopupSelectedColor (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
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.cpp388 void JSIndexer::SetPopupSelectedColor(const JSCallbackInfo& args) in SetPopupSelectedColor() function in OHOS::Ace::Framework::JSIndexer
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_alphabet_indexer_bridge.cpp451 ArkUINativeModuleValue AlphabetIndexerBridge::SetPopupSelectedColor(ArkUIRuntimeCallInfo* runtimeCa… in SetPopupSelectedColor() function in OHOS::Ace::NG::AlphabetIndexerBridge
/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