Home
last modified time | relevance | path

Searched defs:activeMainOffset (Results 1 – 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
Dscroll_bar.cpp74 … double activeMainOffset = (mainSize - activeSize) * lastMainOffset / (estimatedHeight - mainSize); in SetRectTrickRegion() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/inner/
Dscroll_bar.cpp141 void ScrollBar::UpdateActiveRectOffset(double activeMainOffset) in UpdateActiveRectOffset()
209 double activeMainOffset = std::min(offsetScale_ * lastMainOffset, barRegionSize_ - activeSize) in SetRectTrickRegion() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
Dtext_field_pattern.cpp395 double activeMainOffset = std::min(offsetScale * lastMainOffset, barRegionSize - activeSize); in CalcInlineScrollRect() local