Home
last modified time | relevance | path

Searched refs:systemBarEnableAnimation (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window_utils.h307 bool& systemBarEnable, bool& systemBarEnableAnimation);
H A Djs_window_utils.cpp726 …tatus(napi_env env, napi_callback_info info, bool& systemBarEnable, bool& systemBarEnableAnimation) in GetSpecificBarStatus() argument
735 … (argc >= ARG_COUNT_THREE && !ConvertFromJsValue(env, argv[INDEX_TWO], systemBarEnableAnimation)) { in GetSpecificBarStatus()
H A Djs_window.cpp2826 bool systemBarEnableAnimation = false; in OnSetSpecificSystemBarEnabled() local
2827 if (!GetSpecificBarStatus(env, info, systemBarEnable, systemBarEnableAnimation)) { in OnSetSpecificSystemBarEnabled()
2834 systemBarType, systemBarEnable, systemBarEnableAnimation] { in OnSetSpecificSystemBarEnabled()
2843 property.enableAnimation_ = systemBarEnableAnimation; in OnSetSpecificSystemBarEnabled()