Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dtitle_bar_pattern.cpp782 float moveRatio = Curves::SHARP->MoveInternal(std::clamp(titleOffset / heightDiff, 0.0f, 1.0f)); in GetMappedOffset() local
783 auto mappedTitleOffset = moveRatio * heightDiff; in GetMappedOffset()