Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.h270 static void JsForegroundColor(const JSCallbackInfo& info);
H A Djs_view_abstract.cpp8688 JSClass<JSViewAbstract>::StaticMethod("foregroundColor", &JSViewAbstract::JsForegroundColor); in JSBind()
10118 void JSViewAbstract::JsForegroundColor(const JSCallbackInfo& info) in JsForegroundColor() function in OHOS::Ace::Framework::JSViewAbstract