Home
last modified time | relevance | path

Searched refs:isInRegion (Results 1 - 6 of 6) sorted by relevance

/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()
/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()
/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.cpp2250 bool isInRegion = InTouchRectList(parentLocalPoint, GetTouchRectList()); in MouseHoverTest() local
2251 if (isInRegion) { in MouseHoverTest()
2257 return isInRegion; in MouseHoverTest()
2261 return isInRegion; in MouseHoverTest()
2270 return isInRegion; in MouseHoverTest()
2276 return isInRegion; in MouseHoverTest()
2280 return isInRegion; in MouseHoverTest()
2291 return isInRegion; in MouseHoverTest()
2303 return isInRegion; in MouseHoverTest()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_layout_algorithm.cpp726 auto isInRegion = [](const RectF& viewPort, float left, float right, float verticalY) { in CheckHandleIsInClipViewPort() local
733 handleOnTop.isShow = isInRegion( in CheckHandleIsInClipViewPort()
736 handleOnBottom.isShow = isInRegion(viewPort, handleOnBottom.paintRect.Left(), handleOnBottom.paintRect.Right(), in CheckHandleIsInClipViewPort()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp3428 bool isInRegion = edgeRect.IsInRegion({touchPoint.x, touchPoint.y}); in HandleTouchClickEventFromOverlay() local
3429 TAG_LOGI(AceLogTag::ACE_WEB, "point.x:%{public}f. y:%{public}f, isInRegion:%{public}d", in HandleTouchClickEventFromOverlay()
3430 touchPoint.x, touchPoint.y, isInRegion); in HandleTouchClickEventFromOverlay()
3432 delegate_->HandleTouchDown(touchPoint.id, touchPoint.x, touchPoint.y, !isInRegion); in HandleTouchClickEventFromOverlay()
3433 delegate_->HandleTouchUp(touchPoint.id, touchPoint.x, touchPoint.y, !isInRegion); in HandleTouchClickEventFromOverlay()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp1850 bool isInRegion = false; in HandleEnterWinwdowArea() local
1855 isInRegion = rectF.IsInRegion(displayX, displayY); in HandleEnterWinwdowArea()
1857 isInRegion = rect.IsInRegion(displayX, displayY); in HandleEnterWinwdowArea()
1859 if (!isInRegion) { in HandleEnterWinwdowArea()

Completed in 30 milliseconds