Home
last modified time | relevance | path

Searched refs:wholeRect (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.cpp2796 auto wholeRect = geometryNode->GetFrameRect(); in IsInHotZone() local
2797 wholeRect.SetOffset(host->GetTransformRelativeOffset()); in IsInHotZone()
2802 auto topHotzone = wholeRect; in IsInHotZone()
2806 auto bottomHotzone = wholeRect; in IsInHotZone()
2807 auto bottomZoneEdgeY = wholeRect.GetY() + wholeRect.Height(); in IsInHotZone()
2826 auto leftHotzone = wholeRect; in IsInHotZone()
2832 auto rightHotzone = wholeRect; in IsInHotZone()
2834 auto rightZoneEdgeX = wholeRect.GetX() + wholeRect.Width(); in IsInHotZone()
2841 offset = hotZoneWidthPX - point.GetX() + wholeRect.GetX(); in IsInHotZone()