Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_impl.cpp27 constexpr Rect g_emptyRect = {0, 0, 0, 0}; variable
246 Rect drawableRect = g_emptyRect; in GetWindowProperties()
412 retPtr->topRect = g_emptyRect; in GetWindowAvoidArea()
413 retPtr->leftRect = g_emptyRect; in GetWindowAvoidArea()
414 retPtr->rightRect = g_emptyRect; in GetWindowAvoidArea()
415 retPtr->bottomRect = g_emptyRect; in GetWindowAvoidArea()
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/extension_window/
H A Djs_extension_window.cpp32 constexpr Rect g_emptyRect = {0, 0, 0, 0}; variable
709 avoidArea.topRect_ = g_emptyRect; in OnGetWindowAvoidArea()
710 avoidArea.leftRect_ = g_emptyRect; in OnGetWindowAvoidArea()
711 avoidArea.rightRect_ = g_emptyRect; in OnGetWindowAvoidArea()
712 avoidArea.bottomRect_ = g_emptyRect; in OnGetWindowAvoidArea()
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window.cpp44 constexpr Rect g_emptyRect = {0, 0, 0, 0}; variable
2045 Rect drawableRect = g_emptyRect; in OnGetProperties()
2078 Rect drawableRect = g_emptyRect; in OnGetWindowPropertiesSync()
3074 avoidArea.topRect_ = g_emptyRect; in OnGetAvoidArea()
3075 avoidArea.leftRect_ = g_emptyRect; in OnGetAvoidArea()
3076 avoidArea.rightRect_ = g_emptyRect; in OnGetAvoidArea()
3077 avoidArea.bottomRect_ = g_emptyRect; in OnGetAvoidArea()
3138 avoidArea.topRect_ = g_emptyRect; in OnGetWindowAvoidAreaSync()
3139 avoidArea.leftRect_ = g_emptyRect; in OnGetWindowAvoidAreaSync()
3140 avoidArea.rightRect_ = g_emptyRect; in OnGetWindowAvoidAreaSync()
[all …]