Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Dtrack_animation_state.cpp156 bool TrackAnimationState::IsInCurrentRange(float progress) const noexcept in IsInCurrentRange() function in Internal::TrackAnimationState
170 if (IsInCurrentRange(progress)) { in UpdateIndex()
H A Dtrack_animation_state.h90 bool IsInCurrentRange(float progress) const noexcept; in META_BEGIN_NAMESPACE()