Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/partial_update/
H A Dpu_repeat_impl.ts118 const oldKeyIndex = oldItemInfo!.index;
121 …MgmtConsole.debug(`__RepeatImpl: new: key ${key} reuse key ${reuseKey} ${oldKeyIndex}->${index}`);
131 RepeatNative.moveChild(oldKeyIndex);
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_animation.cpp742 void EcsAnimation::UpdateKey(IEcsTrackAnimation::Ptr track, uint32_t oldKeyIndex, uint32_t newKeyIn… in UpdateKey() argument
760 inputData->timestamps.erase(iit + oldKeyIndex); in UpdateKey()
769 vector<uint8_t> moveData(oit + (oldKeyIndex * poffset.property->size), in UpdateKey()
770 oit + (oldKeyIndex * poffset.property->size) + poffset.property->size); in UpdateKey()
772 outputData->data.erase(oit + (oldKeyIndex * poffset.property->size), in UpdateKey()
773 oit + (oldKeyIndex * poffset.property->size) + poffset.property->size); in UpdateKey()
H A Decs_animation.h264 …void UpdateKey(IEcsTrackAnimation::Ptr track, uint32_t oldKeyIndex, uint32_t newKeyIndex, float ti…
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_ecs_animation.h67 …virtual void UpdateKey(IEcsTrackAnimation::Ptr track, uint32_t oldKeyIndex, uint32_t newKeyIndex, …
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DstateMgmt.js10393 const oldKeyIndex = oldItemInfo.index;
10403 RepeatNative.moveChild(oldKeyIndex);