Home
last modified time | relevance | path

Searched refs:JsBrightness (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_xcomponent.h171 static void JsBrightness(const JSCallbackInfo& args);
H A Djs_xcomponent.cpp160 JSClass<JSXComponent>::StaticMethod("brightness", &JSXComponent::JsBrightness); in JSBind()
555 void JSXComponent::JsBrightness(const JSCallbackInfo& args) in JsBrightness() function in OHOS::OHOS::Ace::Framework::JSXComponent
561 JSViewAbstract::JsBrightness(args); in JsBrightness()
H A Djs_view_abstract.h399 static void JsBrightness(const JSCallbackInfo& info);
H A Djs_view_abstract.cpp7055 void JSViewAbstract::JsBrightness(const JSCallbackInfo& info) in JsBrightness() function in OHOS::OHOS::Ace::Framework::JSViewAbstract
8722 JSClass<JSViewAbstract>::StaticMethod("brightness", &JSViewAbstract::JsBrightness); in JSBind()

Completed in 25 milliseconds