Searched refs:shadowApi (Results 1 - 1 of 1) sorted by relevance
/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/ |
H A D | prompt_action.cpp | 620 napi_value shadowApi = nullptr; member 1062 napi_get_named_property(env, asyncContext->shadowApi, "radius", &radiusApi); in GetNapiObjectShadow() 1063 napi_get_named_property(env, asyncContext->shadowApi, "color", &colorApi); in GetNapiObjectShadow() 1064 napi_get_named_property(env, asyncContext->shadowApi, "type", &typeApi); in GetNapiObjectShadow() 1065 napi_get_named_property(env, asyncContext->shadowApi, "fill", &fillApi); in GetNapiObjectShadow() 1102 napi_typeof(env, asyncContext->shadowApi, &valueType); in GetShadowProps() 1108 if (napi_get_value_int32(env, asyncContext->shadowApi, &num) == napi_ok) { in GetShadowProps() 1116 napi_get_named_property(env, asyncContext->shadowApi, "offsetX", &offsetXApi); in GetShadowProps() 1117 napi_get_named_property(env, asyncContext->shadowApi, "offsetY", &offsetYApi); in GetShadowProps() 1219 napi_get_named_property(env, argv[index], "shadow", &asyncContext->shadowApi); in GetNapiNamedProperties() [all...] |
Completed in 5 milliseconds