Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.cpp2807 auto bottomZoneEdgeY = wholeRect.GetY() + wholeRect.Height(); in IsInHotZone() local
2808 bottomHotzone.SetTop(bottomZoneEdgeY - hotZoneHeightPX); in IsInHotZone()
2820 offset = bottomZoneEdgeY - point.GetY() - hotZoneHeightPX; in IsInHotZone()