Searched refs:isInRegion (Results 1 - 6 of 6) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/stepper/ |
H A D | render_stepper.cpp | 802 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 D | render_node.cpp | 265 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 D | render_swiper.cpp | 2250 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 D | select_overlay_layout_algorithm.cpp | 726 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 D | web_pattern.cpp | 3428 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 D | scene_session.cpp | 1850 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 32 milliseconds