Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/inner/
H A Dscroll_bar.cpp30 constexpr double BAR_ADAPT_EPSLION = 1.0; variable
288 …if (!NearZero(inactiveSize) && !NearEqual(activeSize, inactiveSize, BAR_ADAPT_EPSLION) && canUseAn… in SetRectTrickRegion()