Home
last modified time | relevance | path

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

/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::OHOS::Ace::Framework::JSIndexer
174 IndexerModel::GetInstance()->SetPopupBackground(PaseColor(args)); in SetPopupBackground()
563 JSClass<JSIndexer>::StaticMethod("popupBackground", &JSIndexer::SetPopupBackground, opt); in JSBind()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dalphabet_indexer_modifier.cpp242 void SetPopupBackground(ArkUINodeHandle node, uint32_t color) in SetPopupBackground() function
246 IndexerModelNG::SetPopupBackground(frameNode, Color(color)); in SetPopupBackground()
258 IndexerModelNG::SetPopupBackground(frameNode, color); in ResetPopupBackground()
555 SetPopupBackground, ResetPopupBackground, SetSelectedBackgroundColor, ResetSelectedBackgroundColor, in GetAlphabetIndexerModifier()
573 SetPopupBackground, ResetPopupBackground, SetSelectedBackgroundColor, ResetSelectedBackgroundColor, in GetCJUIAlphabetIndexerModifier()
/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.cpp77 void IndexerModelImpl::SetPopupBackground(const std::optional<Color>& color) in SetPopupBackground() function in OHOS::Ace::Framework::IndexerModelImpl
/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.cpp343 ArkUINativeModuleValue AlphabetIndexerBridge::SetPopupBackground(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetPopupBackground() function in OHOS::Ace::NG::AlphabetIndexerBridge
H A Darkts_native_api_impl_bridge.cpp4353 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), AlphabetIndexerBridge::SetPopupBackground)); in RegisterAlphabetIndexerAttributes()
/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.cpp72 void IndexerModelNG::SetPopupBackground(const std::optional<Color>& popupBackground) in SetPopupBackground() function in OHOS::Ace::NG::IndexerModelNG
496 void IndexerModelNG::SetPopupBackground(FrameNode* frameNode, const std::optional<Color>& popupBackground) in SetPopupBackground() function in OHOS::Ace::NG::IndexerModelNG
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_alphabet_indexer_ffi.cpp54 IndexerModel::GetInstance()->SetPopupBackground(Color(color)); in FfiOHOSAceFrameworkAlphabetIndexerPopupBackground()
/foundation/arkui/ace_engine/test/unittest/core/pattern/indexer/
H A Dindexer_layout_test_ng.cpp104 model.SetPopupBackground(Color::RED); in HWTEST_F()
323 model.SetPopupBackground(Color(0x00000000)); in HWTEST_F()
401 model.SetPopupBackground(std::nullopt); in HWTEST_F()
496 model.SetPopupBackground(AceType::RawPtr(frameNode_), std::nullopt); in HWTEST_F()
539 model.SetPopupBackground(AceType::RawPtr(frameNode_), Color::WHITE); in HWTEST_F()

Completed in 21 milliseconds