Home
last modified time | relevance | path

Searched refs:BAR_SHRINK_DURATION (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_overlay_modifier.cpp33 constexpr int32_t BAR_SHRINK_DURATION = 250; // 250ms, scroll bar width shrinks from 8dp to 4dp variable
208 option.SetDuration(BAR_SHRINK_DURATION); in StartHoverAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_bar_controller.cpp34 constexpr int32_t BAR_SHRINK_DURATION = 250; // 250ms, scroll bar width shrinks from 4dp to 8dp variable
144 touchAnimator_->SetDuration(BAR_SHRINK_DURATION); in PlayShrinkAnimation()