Home
last modified time | relevance | path

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

/foundation/window/window_manager/window_scene/common/include/
H A Dsession_helper.h117 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
/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
/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

Completed in 15 milliseconds