Home
last modified time | relevance | path

Searched refs:MAX_DECOR_HEIGHT (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h35 constexpr int32_t MAX_DECOR_HEIGHT = 112; variable
473 if (height < MIN_DECOR_HEIGHT || height > MAX_DECOR_HEIGHT) { in SetCustomDecorHeight()
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window.cpp46 constexpr int32_t MAX_DECOR_HEIGHT = 112; variable
6290 if (height < MIN_DECOR_HEIGHT || height > MAX_DECOR_HEIGHT) { in OnSetWindowDecorHeight()