Searched refs:offsetApi (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/ |
H A D | prompt_action.cpp | 185 napi_typeof(env, offsetApi, &valueType); in GetToastOffset() 189 napi_get_named_property(env, offsetApi, "dx", &dxApi); in GetToastOffset() 190 napi_get_named_property(env, offsetApi, "dy", &dyApi); in GetToastOffset() 413 napi_value offsetApi = nullptr; in GetToastParams() local 432 napi_get_named_property(env, argv, "offset", &offsetApi); in GetToastParams() 446 !GetToastOffset(env, offsetApi, toastInfo.offset)) { in GetToastParams() 520 napi_value offsetApi = nullptr; member 704 napi_typeof(env, asyncContext->offsetApi, &valueType); in GetNapiDialogProps() 708 napi_get_named_property(env, asyncContext->offsetApi, "dx", &dxApi); in GetNapiDialogProps() 709 napi_get_named_property(env, asyncContext->offsetApi, "dy", &dyApi); in GetNapiDialogProps() [all …]
|