/ohos5.0/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 | 80 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 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::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 D | alphabet_indexer_modifier.cpp | 245 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() 558 …SetPopupBackground, ResetPopupBackground, SetSelectedBackgroundColor, ResetSelectedBackgroundColor, in GetAlphabetIndexerModifier() 576 …SetPopupBackground, ResetPopupBackground, SetSelectedBackgroundColor, ResetSelectedBackgroundColor, in GetCJUIAlphabetIndexerModifier()
|
/ohos5.0/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 | 78 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 D | arkts_native_alphabet_indexer_bridge.h | 40 static ArkUINativeModuleValue SetPopupBackground(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_alphabet_indexer_bridge.cpp | 337 ArkUINativeModuleValue AlphabetIndexerBridge::SetPopupBackground(ArkUIRuntimeCallInfo* runtimeCallI… in SetPopupBackground() function in OHOS::Ace::NG::AlphabetIndexerBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 4328 …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 D | cj_alphabet_indexer_ffi.cpp | 59 IndexerModel::GetInstance()->SetPopupBackground(Color(color)); in FfiOHOSAceFrameworkAlphabetIndexerPopupBackground()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/indexer/ |
H A D | indexer_layout_test_ng.cpp | 104 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);
|