Home
last modified time | relevance | path

Searched refs:SetPopupBackground (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_model_ng.h30 void SetPopupBackground(const std::optional<Color>& color) override;
83 static void SetPopupBackground(FrameNode* frameNode, const std::optional<Color>& color);
H A Dindexer_model.h42 virtual void SetPopupBackground(const std::optional<Color>& color) = 0;
H A Dindexer_model_ng.cpp80 void IndexerModelNG::SetPopupBackground(const std::optional<Color>& popupBackground) in SetPopupBackground() function in OHOS::Ace::NG::IndexerModelNG
498 void IndexerModelNG::SetPopupBackground(FrameNode* frameNode, const std::optional<Color>& popupBack… in SetPopupBackground() function in OHOS::Ace::NG::IndexerModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_indexer.h34 static void SetPopupBackground(const JSCallbackInfo& args);
H A Djs_indexer.cpp169 void JSIndexer::SetPopupBackground(const JSCallbackInfo& args) in SetPopupBackground() function in OHOS::Ace::Framework::JSIndexer
174 IndexerModel::GetInstance()->SetPopupBackground(PaseColor(args)); in SetPopupBackground()
563 JSClass<JSIndexer>::StaticMethod("popupBackground", &JSIndexer::SetPopupBackground, opt); in JSBind()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dalphabet_indexer_modifier.cpp245 void SetPopupBackground(ArkUINodeHandle node, uint32_t color) in SetPopupBackground() function
249 IndexerModelNG::SetPopupBackground(frameNode, Color(color)); in SetPopupBackground()
261 IndexerModelNG::SetPopupBackground(frameNode, color); in ResetPopupBackground()
558SetPopupBackground, ResetPopupBackground, SetSelectedBackgroundColor, ResetSelectedBackgroundColor, in GetAlphabetIndexerModifier()
576SetPopupBackground, ResetPopupBackground, SetSelectedBackgroundColor, ResetSelectedBackgroundColor, in GetCJUIAlphabetIndexerModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dindexer_model_impl.h29 void SetPopupBackground(const std::optional<Color>& color) override;
H A Dindexer_model_impl.cpp78 void IndexerModelImpl::SetPopupBackground(const std::optional<Color>& color) in SetPopupBackground() function in OHOS::Ace::Framework::IndexerModelImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_alphabet_indexer_bridge.h40 static ArkUINativeModuleValue SetPopupBackground(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_alphabet_indexer_bridge.cpp337 ArkUINativeModuleValue AlphabetIndexerBridge::SetPopupBackground(ArkUIRuntimeCallInfo* runtimeCallI… in SetPopupBackground() function in OHOS::Ace::NG::AlphabetIndexerBridge
H A Darkts_native_api_impl_bridge.cpp4328 …anda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), AlphabetIndexerBridge::SetPopupBackground)); in RegisterAlphabetIndexerAttributes()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_alphabet_indexer_ffi.cpp59 IndexerModel::GetInstance()->SetPopupBackground(Color(color)); in FfiOHOSAceFrameworkAlphabetIndexerPopupBackground()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/indexer/
H A Dindexer_layout_test_ng.cpp104 model.SetPopupBackground(Color::RED);
323 model.SetPopupBackground(Color(0x00000000));
401 model.SetPopupBackground(std::nullopt);
496 model.SetPopupBackground(AceType::RawPtr(frameNode_), std::nullopt);
539 model.SetPopupBackground(AceType::RawPtr(frameNode_), Color::WHITE);