Searched refs:SetPopupItemBackgroundColor (Results 1 - 6 of 6) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_indexer.h | 51 static void SetPopupItemBackgroundColor(const JSCallbackInfo& args);
|
H A D | js_indexer.cpp | 432 void JSIndexer::SetPopupItemBackgroundColor(const JSCallbackInfo& args) in SetPopupItemBackgroundColor() function in OHOS::OHOS::Ace::Framework::JSIndexer 576 JSClass<JSIndexer>::StaticMethod("popupItemBackgroundColor", &JSIndexer::SetPopupItemBackgroundColor, opt); in JSBind()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_alphabet_indexer_bridge.h | 32 static ArkUINativeModuleValue SetPopupItemBackgroundColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_alphabet_indexer_bridge.cpp | 237 ArkUINativeModuleValue AlphabetIndexerBridge::SetPopupItemBackgroundColor(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetPopupItemBackgroundColor() function in OHOS::Ace::NG::AlphabetIndexerBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 4337 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), AlphabetIndexerBridge::SetPopupItemBackgroundColor)); in RegisterAlphabetIndexerAttributes()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | alphabet_indexer_modifier.cpp | 164 void SetPopupItemBackgroundColor(ArkUINodeHandle node, uint32_t color) in SetPopupItemBackgroundColor() function 553 SetPopupItemBackgroundColor, ResetPopupItemBackgroundColor, SetAlphabetIndexerColor, ResetAlphabetIndexerColor, in GetAlphabetIndexerModifier() 571 SetPopupItemBackgroundColor, ResetPopupItemBackgroundColor, SetAlphabetIndexerColor, ResetAlphabetIndexerColor, in GetCJUIAlphabetIndexerModifier()
|
Completed in 21 milliseconds