Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dstartable_object_controller.cpp435 bool shouldTick = true; in TickAll() local
437 shouldTick = GetValue(st->StartableState()) == StartableState::STARTED; in TickAll()
439 if (shouldTick) { in TickAll()