Home
last modified time | relevance | path

Searched refs:outside (Results 1 - 4 of 4) sorted by relevance

/foundation/window/window_manager/window_scene/common/include/
H A Dsession_helper.h118 int32_t sourceType, int outside, float vpr, const WSRect& rect) in GetAreaType()
122 int32_t leftOut = -outside; in GetAreaType()
127 int32_t rightOut = rect.width_ + outside; in GetAreaType()
128 int32_t topOut = -outside; in GetAreaType()
133 int32_t bottomOut = rect.height_ + outside; in GetAreaType()
117 GetAreaType(int32_t pointWinX, int32_t pointWinY, int32_t sourceType, int outside, float vpr, const WSRect& rect) GetAreaType() argument
/foundation/window/window_manager/window_scene/session/host/src/
H A Dmove_drag_controller.cpp604 int outside = (sourceType == MMI::PointerEvent::SOURCE_TYPE_MOUSE) ? HOTZONE_POINTER * vpr_ : in EventDownInit() local
606 type_ = SessionHelper::GetAreaType(pointerItem.GetWindowX(), pointerItem.GetWindowY(), sourceType, outside, vpr_, in EventDownInit()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_layout_algorithm.cpp2498 auto outside = LessNotEqual(x, rect.Left()) || GreatNotEqual(x + childSize.Width(), rect.Right()) || in CheckPositionInPlacementRect() local
2500 if (!outside) { in CheckPositionInPlacementRect()
/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp777 int outside = (sourceType == MMI::PointerEvent::SOURCE_TYPE_MOUSE) ? static_cast<int>(HOTZONE_POINTER * vpr) : in HandlePointDownEvent() local
783 dragType = SessionHelper::GetAreaType(winX, winY, sourceType, outside, vpr, rect); in HandlePointDownEvent()

Completed in 15 milliseconds