Home
last modified time | relevance | path

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

/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_impl.h55 int32_t ShowWithAnimation();
H A Dwindow_ffi.cpp113 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 Dwindow_impl.cpp156 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 Djs_window.h50 static napi_value ShowWithAnimation(napi_env env, napi_callback_info info);
H A Djs_window.cpp126 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