Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Dimage_animator_element.cpp31 if (!imageAnimatorComponent) { in Update()
35 SetElementId(imageAnimatorComponent->GetElementId()); in Update()
40 UpdateCallbackAndFunc(imageAnimatorComponent); in Update()
46 status_ = imageAnimatorComponent->GetStatus(); in Update()
47 preDecode_ = imageAnimatorComponent->GetPreDecode(); in Update()
48 duration_ = imageAnimatorComponent->GetDuration(); in Update()
49 isReverse_ = imageAnimatorComponent->GetIsReverse(); in Update()
50 images_ = imageAnimatorComponent->GetImageProperties(); in Update()
52 border_ = imageAnimatorComponent->GetBorder(); in Update()
53 fillMode_ = imageAnimatorComponent->GetFillMode(); in Update()
[all …]
H A Dimage_animator_element.h94 void UpdateCallbackAndFunc(const RefPtr<ImageAnimatorComponent>& imageAnimatorComponent);
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subManualApiTest/subBrTest/
H A DdeviceFound.ets21 import ImageAnimatorComponent from '../../../Component/imageAnimatorComponent';
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subManualApiTestManager/subBrTestManager/
H A DdeviceFound.ets21 import ImageAnimatorComponent from '../../../Component/imageAnimatorComponent';