Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Danimation_state.h177 std::optional<META_NS::TimeSpan> lastTick_; in META_BEGIN_NAMESPACE() member
182 lastTick_.reset(); in META_BEGIN_NAMESPACE()
191 lastTick_ = time; in META_BEGIN_NAMESPACE()
200 return lastTick_ ? time - *lastTick_ : TimeSpan::Zero(); in META_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dstartable_object_controller.cpp433 … const auto sinceLast = lastTick_ != TimeSpan::Infinite() ? time - lastTick_ : TimeSpan::Zero(); in TickAll()
444 lastTick_ = time; in TickAll()
H A Dstartable_object_controller.h116 TimeSpan lastTick_ { TimeSpan::Infinite() };