Home
last modified time | relevance | path

Searched refs: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
803 if (isInRegion) { in MouseHoverTest()
827 return isInRegion; in MouseHoverTest()
834 return isInRegion; in MouseHoverTest()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Drender_node.cpp265 bool isInRegion = false; in CompareTouchRectList() local
271 isInRegion = true; in CompareTouchRectList()
275 if (!isInRegion && !IsResponseRegion()) { in CompareTouchRectList()
754 bool isInRegion = false; in DispatchTouchTestToChildren() local
758 isInRegion = true; in DispatchTouchTestToChildren()
762 if (isInRegion && child->GetHitTestMode() != HitTestMode::HTMDEFAULT) { in DispatchTouchTestToChildren()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.cpp2247 bool isInRegion = InTouchRectList(parentLocalPoint, GetTouchRectList()); in MouseHoverTest() local
2248 if (isInRegion) { in MouseHoverTest()
2254 return isInRegion; in MouseHoverTest()
2258 return isInRegion; in MouseHoverTest()
2267 return isInRegion; in MouseHoverTest()
2273 return isInRegion; in MouseHoverTest()
2277 return isInRegion; in MouseHoverTest()
2288 return isInRegion; in MouseHoverTest()
2300 return isInRegion; in MouseHoverTest()
/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
741 handleOnTop.isShow = isInRegion( in CheckHandleIsInClipViewPort()
744 …handleOnBottom.isShow = isInRegion(viewPort, handleOnBottom.paintRect.Left(), handleOnBottom.paint… in CheckHandleIsInClipViewPort()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp2163 bool isInRegion = false; in HandleEnterWinwdowArea() local
2168 isInRegion = rectF.IsInRegion(displayX, displayY); in HandleEnterWinwdowArea()
2170 isInRegion = rect.IsInRegion(displayX, displayY); in HandleEnterWinwdowArea()
2172 if (!isInRegion) { in HandleEnterWinwdowArea()
/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
3333 touchPoint.x, touchPoint.y, isInRegion); in HandleTouchClickEventFromOverlay()
3335 delegate_->HandleTouchDown(touchPoint.id, touchPoint.x, touchPoint.y, !isInRegion); in HandleTouchClickEventFromOverlay()
3336 delegate_->HandleTouchUp(touchPoint.id, touchPoint.x, touchPoint.y, !isInRegion); in HandleTouchClickEventFromOverlay()