Searched refs:ShowWithAnimation (Results 1 - 5 of 5) sorted by relevance
/foundation/window/window_manager/interfaces/kits/cj/window_runtime/ |
H A D | window_impl.h | 55 int32_t ShowWithAnimation();
|
H A D | window_ffi.cpp | 113 TLOGI(WmsLogTag::WMS_DIALOG, "[Window] ShowWithAnimation start"); in FfiOHOSWindowShowWithAnimation() 119 int32_t res = instance->ShowWithAnimation(); in FfiOHOSWindowShowWithAnimation() 120 TLOGI(WmsLogTag::WMS_DIALOG, "[Window] ShowWithAnimation success"); in FfiOHOSWindowShowWithAnimation()
|
H A D | window_impl.cpp | 156 int32_t CJWindowImpl::ShowWithAnimation() in ShowWithAnimation() function in OHOS::Rosen::CJWindowImpl 172 TLOGI(WmsLogTag::WMS_DIALOG, "Window [%{public}u, %{public}s] ShowWithAnimation end, ret = %{public}d", in ShowWithAnimation()
|
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/ |
H A D | js_window.h | 50 static napi_value ShowWithAnimation(napi_env env, napi_callback_info info);
|
H A D | js_window.cpp | 126 napi_value JsWindow::ShowWithAnimation(napi_env env, napi_callback_info info)
in ShowWithAnimation() function in OHOS::Rosen::JsWindow 128 WLOGI("ShowWithAnimation");
in ShowWithAnimation() 1142 WLOGI("Window [%{public}u, %{public}s] ShowWithAnimation end, ret = %{public}d",
in OnShowWithAnimation() 6922 BindNativeFunction(env, object, "showWithAnimation", moduleName, JsWindow::ShowWithAnimation);
in BindFunctions()
|
Completed in 17 milliseconds