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 D | js_window_utils.h | 307 bool& systemBarEnable, bool& systemBarEnableAnimation);
|
H A D | js_window_utils.cpp | 726 …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 D | js_window.cpp | 2826 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()
|