Home
last modified time | relevance | path

Searched defs:isInRegion (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Drender_stepper.cpp802 bool isInRegion = InTouchRectList(parentLocalPoint, GetTouchRectList()); in MouseHoverTest() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Drender_node.cpp265 bool isInRegion = false; in CompareTouchRectList() local
754 bool isInRegion = false; in DispatchTouchTestToChildren() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_layout_algorithm.cpp734 auto isInRegion = [](const RectF& viewPort, float left, float right, float verticalY) { in CheckHandleIsInClipViewPort() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.cpp2247 bool isInRegion = InTouchRectList(parentLocalPoint, GetTouchRectList()); in MouseHoverTest() local
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp2163 bool isInRegion = false; in HandleEnterWinwdowArea() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp3331 bool isInRegion = edgeRect.IsInRegion({touchPoint.x, touchPoint.y}); in HandleTouchClickEventFromOverlay() local