Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/
H A Dscroll_pattern.cpp44 constexpr double SCROLL_SNAP_INTERVAL_SIZE_MIN_VALUE = 1.0; variable
882 CHECK_NULL_VOID(GreatOrEqual(intervalSize_.Value(), SCROLL_SNAP_INTERVAL_SIZE_MIN_VALUE)); in CaleSnapOffsetsByInterval()