Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/inner/
H A Dscroll_bar.cpp124 …if (!positionModeUpdate_ && !normalWidthUpdate_ && paintOffset_ == offset && viewPortSize_ == size… in UpdateScrollBarRegion()
143 normalWidthUpdate_ = false; in UpdateScrollBarRegion()
289 !Negative(inactiveMainOffset) && !normalWidthUpdate_) { in SetRectTrickRegion()
932 normalWidthUpdate_ = true; in SetNormalWidth()
H A Dscroll_bar.h458 bool normalWidthUpdate_ = false; variable