Home
last modified time | relevance | path

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

/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_impl.h53 int32_t HideWithAnimation();
H A Dwindow_ffi.cpp87 TLOGI(WmsLogTag::WMS_DIALOG, "[Window] HideWithAnimation start"); in FfiOHOSWindowHideWithAnimation()
93 int32_t res = instance->HideWithAnimation(); in FfiOHOSWindowHideWithAnimation()
94 TLOGI(WmsLogTag::WMS_DIALOG, "[Window] HideWithAnimation success"); in FfiOHOSWindowHideWithAnimation()
H A Dwindow_impl.cpp118 int32_t CJWindowImpl::HideWithAnimation() in HideWithAnimation() function in OHOS::Rosen::CJWindowImpl
134 TLOGI(WmsLogTag::WMS_DIALOG, "Window [%{public}u, %{public}s] HideWithAnimation end, ret = %{public}d", in HideWithAnimation()
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window.h54 static napi_value HideWithAnimation(napi_env env, napi_callback_info info);
H A Djs_window.cpp154 napi_value JsWindow::HideWithAnimation(napi_env env, napi_callback_info info) in HideWithAnimation() function in OHOS::Rosen::JsWindow
156 WLOGI("HideWithAnimation"); in HideWithAnimation()
1333 WLOGI("Window [%{public}u, %{public}s] HideWithAnimation end, ret = %{public}d", in OnHideWithAnimation()
6926 BindNativeFunction(env, object, "hideWithAnimation", moduleName, JsWindow::HideWithAnimation); in BindFunctions()

Completed in 16 milliseconds