Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dscroll_bar.cpp72 double lastMainOffset = in SetRectTrickRegion() local
74 … double activeMainOffset = (mainSize - activeSize) * lastMainOffset / (estimatedHeight - mainSize); in SetRectTrickRegion()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/inner/
H A Dscroll_bar.cpp222 double lastMainOffset = in SetRectTrickRegion() local
230 double activeMainOffset = std::min(offsetScale_ * lastMainOffset, barRegionSize_ - activeSize) in SetRectTrickRegion()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp393 double lastMainOffset = std::max( in CalcInlineScrollRect() local
396 double activeMainOffset = std::min(offsetScale * lastMainOffset, barRegionSize - activeSize); in CalcInlineScrollRect()