Home
last modified time | relevance | path

Searched refs:IsFollowingSystemFontScale (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_context.h36 static void IsFollowingSystemFontScale(const JSCallbackInfo& info);
H A Djs_view_context.cpp947 void JSViewContext::IsFollowingSystemFontScale(const JSCallbackInfo& info) in IsFollowingSystemFontScale() function in OHOS::Ace::Framework::JSViewContext
982 JSClass<JSViewContext>::StaticMethod("isFollowingSystemFontScale", IsFollowingSystemFontScale); in JSBind()