/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_indexer.h | 34 static void SetPopupBackground(const JSCallbackInfo& args);
|
H A D | js_indexer.cpp | 169 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 D | alphabet_indexer_modifier.cpp | 242 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 D | indexer_model_impl.h | 29 void SetPopupBackground(const std::optional<Color>& color) override;
|
H A D | indexer_model_impl.cpp | 77 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 D | arkts_native_alphabet_indexer_bridge.h | 40 static ArkUINativeModuleValue SetPopupBackground(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_alphabet_indexer_bridge.cpp | 343 ArkUINativeModuleValue AlphabetIndexerBridge::SetPopupBackground(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetPopupBackground() function in OHOS::Ace::NG::AlphabetIndexerBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 4353 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), AlphabetIndexerBridge::SetPopupBackground)); in RegisterAlphabetIndexerAttributes()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/ |
H A D | indexer_model_ng.h | 30 void SetPopupBackground(const std::optional<Color>& color) override; 83 static void SetPopupBackground(FrameNode* frameNode, const std::optional<Color>& color);
|
H A D | indexer_model.h | 42 virtual void SetPopupBackground(const std::optional<Color>& color) = 0;
|
H A D | indexer_model_ng.cpp | 72 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 D | cj_alphabet_indexer_ffi.cpp | 54 IndexerModel::GetInstance()->SetPopupBackground(Color(color)); in FfiOHOSAceFrameworkAlphabetIndexerPopupBackground()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/indexer/ |
H A D | indexer_layout_test_ng.cpp | 104 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()
|