Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.cpp2802 auto topHotzone = wholeRect; in IsInHotZone() local
2803 topHotzone.SetHeight(hotZoneHeightPX); in IsInHotZone()
2814 if (topHotzone.IsInRegion(point)) { in IsInHotZone()
2815 offset = hotZoneHeightPX - point.GetY() + topHotzone.GetY(); in IsInHotZone()