Searched refs:MovingPhotoLayoutProperty (Results 1 - 6 of 6) sorted by relevance
/foundation/arkui/ace_engine/component_ext/movingphoto/ |
H A D | movingphoto_layout_property.h | 28 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 D | movingphoto_model_ng.cpp | 62 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 D | movingphoto_pattern.h | 55 return MakeRefPtr<MovingPhotoLayoutProperty>(); 149 SizeF MeasureContentLayout(const SizeF& layoutSize, const RefPtr<MovingPhotoLayoutProperty>& layoutProperty);
|
H A D | movingphoto_layout_algorithm.cpp | 41 auto layoutProperty = DynamicCast<MovingPhotoLayoutProperty>(layoutWrapper->GetLayoutProperty()); in Measure()
|
H A D | movingphoto_pattern.cpp | 281 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 D | movingphoto_test_ng.cpp | 192 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