Home
last modified time | relevance | path

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

/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::OHOS::Ace::Framework::JSIndexer
209 IndexerModel::GetInstance()->SetPopupFont(fontSize, fontWeight, fontFamily, fontStyle); in SetPopupFont()
567 JSClass<JSIndexer>::StaticMethod("popupFont", &JSIndexer::SetPopupFont); in JSBind()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dalphabet_indexer_modifier.cpp96 void SetPopupFont(ArkUINodeHandle node, const char* fontInfo, int32_t style) in SetPopupFont() function
111 IndexerModelNG::SetPopupFont(frameNode, fontSize, fontWeight, fontFamily, fontStyle); in SetPopupFont()
127 IndexerModelNG::SetPopupFont(frameNode, fontSize, fontWeight, fontFamily, fontStyle); in ResetPopupFont()
552 ResetSelectedFont, SetPopupFont, ResetPopupFont, SetAlphabetIndexerFont, ResetAlphabetIndexerFont, in GetAlphabetIndexerModifier()
570 ResetSelectedFont, SetPopupFont, ResetPopupFont, SetAlphabetIndexerFont, ResetAlphabetIndexerFont, in GetCJUIAlphabetIndexerModifier()
/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.cpp107 void IndexerModelImpl::SetPopupFont(std::optional<Dimension>& fontSize, std::optional<FontWeight>& fontWeight, in SetPopupFont() function in OHOS::Ace::Framework::IndexerModelImpl
/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.cpp132 ArkUINativeModuleValue AlphabetIndexerBridge::SetPopupFont(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetPopupFont() function in OHOS::Ace::NG::AlphabetIndexerBridge
H A Darkts_native_api_impl_bridge.cpp4329 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), AlphabetIndexerBridge::SetPopupFont)); in RegisterAlphabetIndexerAttributes()
/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>& fontWeight,
H A Dindexer_model_ng.cpp104 void IndexerModelNG::SetPopupFont(std::optional<Dimension>& fontSize, std::optional<FontWeight>& fontWeight, in SetPopupFont() function in OHOS::Ace::NG::IndexerModelNG
412 void IndexerModelNG::SetPopupFont(FrameNode* frameNode, std::optional<Dimension>& fontSize, in SetPopupFont() function in OHOS::Ace::NG::IndexerModelNG
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_alphabet_indexer_ffi.cpp76 IndexerModel::GetInstance()->SetPopupFont(fontSize, fontWeight, fontFamily, fontStyle); in FfiOHOSAceFrameworkAlphabetIndexerPopupFont()
/foundation/arkui/ace_engine/test/unittest/core/pattern/indexer/
H A Dindexer_layout_test_ng.cpp249 model.SetPopupFont(fontSize, fontWeight, fontFamily, fontStyle); in HWTEST_F()
337 model.SetPopupFont(fontSize, fontWeight, fontFamily, fontStyle); in HWTEST_F()

Completed in 21 milliseconds