Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/
H A Dprompt_action.cpp609 napi_value maskRectApi = nullptr; member
806 napi_typeof(env, asyncContext->maskRectApi, &valueType); in GetNapiDialogProps()
812 napi_get_named_property(env, asyncContext->maskRectApi, "x", &xApi); in GetNapiDialogProps()
813 napi_get_named_property(env, asyncContext->maskRectApi, "y", &yApi); in GetNapiDialogProps()
814 napi_get_named_property(env, asyncContext->maskRectApi, "width", &widthApi); in GetNapiDialogProps()
815 napi_get_named_property(env, asyncContext->maskRectApi, "height", &heightApi); in GetNapiDialogProps()
1233 napi_get_named_property(env, argv[index], "maskRect", &asyncContext->maskRectApi); in GetNapiNamedProperties()
1387 napi_get_named_property(env, argv[0], "maskRect", &asyncContext->maskRectApi); in JSPromptShowDialog()

Completed in 5 milliseconds