Home
last modified time | relevance | path

Searched refs:SetPopupFont (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.h34 void SetPopupFont(std::optional<Dimension>& fontSize, std::optional<FontWeight>& fontWeight,
73 static void SetPopupFont(FrameNode* frameNode, std::optional<Dimension>& fontSize,
H A Dindexer_model.h46 …virtual void SetPopupFont(std::optional<Dimension>& fontSize, std::optional<FontWeight>& fontWeigh…
H A Dindexer_model_ng.cpp110 void IndexerModelNG::SetPopupFont(std::optional<Dimension>& fontSize, std::optional<FontWeight>& fo… in SetPopupFont() function in OHOS::Ace::NG::IndexerModelNG
414 void IndexerModelNG::SetPopupFont(FrameNode* frameNode, std::optional<Dimension>& fontSize, in SetPopupFont() function in OHOS::Ace::NG::IndexerModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_indexer.h38 static void SetPopupFont(const JSCallbackInfo& args);
H A Djs_indexer.cpp197 void JSIndexer::SetPopupFont(const JSCallbackInfo& args) in SetPopupFont() function in OHOS::Ace::Framework::JSIndexer
209 IndexerModel::GetInstance()->SetPopupFont(fontSize, fontWeight, fontFamily, fontStyle); in SetPopupFont()
567 JSClass<JSIndexer>::StaticMethod("popupFont", &JSIndexer::SetPopupFont); in JSBind()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dalphabet_indexer_modifier.cpp99 void SetPopupFont(ArkUINodeHandle node, const char* fontInfo, int32_t style) in SetPopupFont() function
114 IndexerModelNG::SetPopupFont(frameNode, fontSize, fontWeight, fontFamily, fontStyle); in SetPopupFont()
130 IndexerModelNG::SetPopupFont(frameNode, fontSize, fontWeight, fontFamily, fontStyle); in ResetPopupFont()
555 … ResetSelectedFont, SetPopupFont, ResetPopupFont, SetAlphabetIndexerFont, ResetAlphabetIndexerFont, in GetAlphabetIndexerModifier()
573 … ResetSelectedFont, SetPopupFont, ResetPopupFont, SetAlphabetIndexerFont, ResetAlphabetIndexerFont, in GetCJUIAlphabetIndexerModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dindexer_model_impl.h33 void SetPopupFont(std::optional<Dimension>& fontSize, std::optional<FontWeight>& fontWeight,
H A Dindexer_model_impl.cpp108 void IndexerModelImpl::SetPopupFont(std::optional<Dimension>& fontSize, std::optional<FontWeight>& … in SetPopupFont() 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.h28 static ArkUINativeModuleValue SetPopupFont(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_alphabet_indexer_bridge.cpp130 ArkUINativeModuleValue AlphabetIndexerBridge::SetPopupFont(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetPopupFont() function in OHOS::Ace::NG::AlphabetIndexerBridge
H A Darkts_native_api_impl_bridge.cpp4304 … panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), AlphabetIndexerBridge::SetPopupFont)); in RegisterAlphabetIndexerAttributes()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_alphabet_indexer_ffi.cpp81 IndexerModel::GetInstance()->SetPopupFont(fontSize, fontWeight, fontFamily, fontStyle); in FfiOHOSAceFrameworkAlphabetIndexerPopupFont()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/indexer/
H A Dindexer_layout_test_ng.cpp249 model.SetPopupFont(fontSize, fontWeight, fontFamily, fontStyle);
337 model.SetPopupFont(fontSize, fontWeight, fontFamily, fontStyle);