Searched refs:HideWithAnimation (Results 1 - 5 of 5) sorted by relevance
/foundation/window/window_manager/interfaces/kits/cj/window_runtime/ |
H A D | window_impl.h | 53 int32_t HideWithAnimation();
|
H A D | window_ffi.cpp | 87 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 D | window_impl.cpp | 118 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 D | js_window.h | 54 static napi_value HideWithAnimation(napi_env env, napi_callback_info info);
|
H A D | js_window.cpp | 154 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