Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dgrid_layout_manager.cpp24 constexpr double SLIP_FACTOR = 250.0; variable
27 constexpr double SLIP_FACTOR = 250.0;
326 slipFactor_ = itemCountOfPage_ * SLIP_FACTOR; in PerformLayout()