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 D | pu_repeat_impl.ts | 118 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 D | ecs_animation.cpp | 742 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 D | ecs_animation.h | 264 …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 D | intf_ecs_animation.h | 67 …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 D | stateMgmt.js | 10393 const oldKeyIndex = oldItemInfo.index; 10403 RepeatNative.moveChild(oldKeyIndex);
|