Searched refs:shadowApi (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/ |
H A D | prompt_action.cpp | 532 napi_value shadowApi = nullptr; member 974 napi_get_named_property(env, asyncContext->shadowApi, "radius", &radiusApi); in GetNapiObjectShadow() 975 napi_get_named_property(env, asyncContext->shadowApi, "color", &colorApi); in GetNapiObjectShadow() 976 napi_get_named_property(env, asyncContext->shadowApi, "type", &typeApi); in GetNapiObjectShadow() 977 napi_get_named_property(env, asyncContext->shadowApi, "fill", &fillApi); in GetNapiObjectShadow() 1014 napi_typeof(env, asyncContext->shadowApi, &valueType); in GetShadowProps() 1020 if (napi_get_value_int32(env, asyncContext->shadowApi, &num) == napi_ok) { in GetShadowProps() 1028 napi_get_named_property(env, asyncContext->shadowApi, "offsetX", &offsetXApi); in GetShadowProps() 1029 napi_get_named_property(env, asyncContext->shadowApi, "offsetY", &offsetYApi); in GetShadowProps() 1131 napi_get_named_property(env, argv[index], "shadow", &asyncContext->shadowApi); in GetNapiNamedProperties() [all …]
|