Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_pattern.cpp75 constexpr float MAX_FLING_VELOCITY = 4200.0f; variable
551 scrollable->SetMaxFlingVelocity(MAX_FLING_VELOCITY); in InitScrollable()