Home
last modified time | relevance | path

Searched refs:MovingPhotoLayoutProperty (Results 1 - 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/component_ext/movingphoto/
H A Dmovingphoto_layout_property.h28 class ACE_EXPORT MovingPhotoLayoutProperty : public LayoutProperty { class
29 DECLARE_ACE_TYPE(MovingPhotoLayoutProperty, LayoutProperty);
32 MovingPhotoLayoutProperty() = default;
34 ~MovingPhotoLayoutProperty() override = default;
38 auto value = MakeRefPtr<MovingPhotoLayoutProperty>();
58 ACE_DISALLOW_COPY_AND_MOVE(MovingPhotoLayoutProperty);
H A Dmovingphoto_model_ng.cpp62 auto layoutProperty = AceType::DynamicCast<MovingPhotoLayoutProperty>(frameNode->GetLayoutProperty()); in SetImageSrc()
85 ACE_UPDATE_LAYOUT_PROPERTY(MovingPhotoLayoutProperty, MovingPhotoUri, value); in SetImageSrc()
91 ACE_UPDATE_LAYOUT_PROPERTY(MovingPhotoLayoutProperty, ImageSourceInfo, src); in SetImageSrc()
97 ACE_UPDATE_LAYOUT_PROPERTY(MovingPhotoLayoutProperty, VideoSource, fd); in SetImageSrc()
110 ACE_UPDATE_LAYOUT_PROPERTY(MovingPhotoLayoutProperty, ObjectFit, objectFit); in SetObjectFit()
H A Dmovingphoto_pattern.h55 return MakeRefPtr<MovingPhotoLayoutProperty>();
149 SizeF MeasureContentLayout(const SizeF& layoutSize, const RefPtr<MovingPhotoLayoutProperty>& layoutProperty);
H A Dmovingphoto_layout_algorithm.cpp41 auto layoutProperty = DynamicCast<MovingPhotoLayoutProperty>(layoutWrapper->GetLayoutProperty()); in Measure()
H A Dmovingphoto_pattern.cpp281 auto layoutProperty = GetLayoutProperty<MovingPhotoLayoutProperty>(); in UpdateImageNode()
358 auto layoutProperty = GetLayoutProperty<MovingPhotoLayoutProperty>(); in PrepareMediaPlayer()
594 auto movingPhotoLayoutProperty = host->GetLayoutProperty<MovingPhotoLayoutProperty>(); in OnResolutionChange()
627 auto layoutProperty = GetLayoutProperty<MovingPhotoLayoutProperty>(); in OnDirtyLayoutWrapperSwap()
754 const RefPtr<MovingPhotoLayoutProperty>& layoutProperty) in MeasureContentLayout()
858 auto videoLayoutProperty = host->GetLayoutProperty<MovingPhotoLayoutProperty>(); in OnMediaPlayerPrepared()
1351 auto layoutProperty = GetLayoutProperty<MovingPhotoLayoutProperty>(); in OnAreaChangedInner()
1475 auto layoutProperty = host->GetLayoutProperty<MovingPhotoLayoutProperty>(); in IsSupportImageAnalyzer()
1484 auto layoutProperty = GetLayoutProperty<MovingPhotoLayoutProperty>(); in ShouldUpdateImageAnalyzer()
1605 auto layoutProperty = GetLayoutProperty<MovingPhotoLayoutProperty>(); in UpdateAnalyzerUIConfig()
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/movingphoto/
H A Dmovingphoto_test_ng.cpp192 auto movingPhotoLayoutProperty = frameNode->GetLayoutProperty<MovingPhotoLayoutProperty>(); in HWTEST_F()
280 auto movingPhotoLayoutProperty = frameNode->GetLayoutProperty<MovingPhotoLayoutProperty>(); in HWTEST_F()
339 auto movingPhotoLayoutProperty = frameNode->GetLayoutProperty<MovingPhotoLayoutProperty>(); in HWTEST_F()
475 auto movingPhotoLayoutProperty = pattern->GetLayoutProperty<MovingPhotoLayoutProperty>(); in HWTEST_F()
548 auto movingPhotoLayoutProperty = frameNode->GetLayoutProperty<MovingPhotoLayoutProperty>(); in HWTEST_F()
582 auto movingPhotoLayoutProperty = frameNode->GetLayoutProperty<MovingPhotoLayoutProperty>(); in HWTEST_F()
655 auto movingPhotoLayoutProperty = frameNode->GetLayoutProperty<MovingPhotoLayoutProperty>(); in HWTEST_F()

Completed in 6 milliseconds