Searched refs:GetChildLayoutProperty (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/ |
H A D | swiper_controller_test_ng.cpp | 212 …GetChildLayoutProperty<ButtonLayoutProperty>(frameNode_, 1)->UpdateVisibility(VisibleType::INVISIB… 213 … GetChildLayoutProperty<ButtonLayoutProperty>(frameNode_, 2)->UpdateVisibility(VisibleType::GONE); 312 …GetChildLayoutProperty<ButtonLayoutProperty>(frameNode_, 1)->UpdateVisibility(VisibleType::INVISIB… 313 … GetChildLayoutProperty<ButtonLayoutProperty>(frameNode_, 2)->UpdateVisibility(VisibleType::GONE); 452 …GetChildLayoutProperty<ButtonLayoutProperty>(frameNode_, 1)->UpdateVisibility(VisibleType::INVISIB… 453 … GetChildLayoutProperty<ButtonLayoutProperty>(frameNode_, 2)->UpdateVisibility(VisibleType::GONE); 493 …GetChildLayoutProperty<ButtonLayoutProperty>(frameNode_, 1)->UpdateVisibility(VisibleType::INVISIB… 494 … GetChildLayoutProperty<ButtonLayoutProperty>(frameNode_, 2)->UpdateVisibility(VisibleType::GONE); 540 …GetChildLayoutProperty<ButtonLayoutProperty>(frameNode_, 1)->UpdateVisibility(VisibleType::INVISIB… 541 … GetChildLayoutProperty<ButtonLayoutProperty>(frameNode_, 2)->UpdateVisibility(VisibleType::GONE); [all …]
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/indexer/ |
H A D | indexer_layout_test_ng.cpp | 47 auto textLayoutProperty = GetChildLayoutProperty<TextLayoutProperty>(frameNode_, index); in GetArrayValueTexts() 212 auto itemLayoutProperty = GetChildLayoutProperty<TextLayoutProperty>(frameNode_, 0); 253 auto itemLayoutProperty = GetChildLayoutProperty<TextLayoutProperty>(frameNode_, 0); 1342 auto firstTextLayoutProperty = GetChildLayoutProperty<TextLayoutProperty>(firstListItemNode, 0); 1344 … auto secondTextLayoutProperty = GetChildLayoutProperty<TextLayoutProperty>(secondListItemNode, 0); 1411 … auto secondTextLayoutProperty = GetChildLayoutProperty<TextLayoutProperty>(secondListItemNode, 0);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/ |
H A D | test_ng.h | 152 RefPtr<T> GetChildLayoutProperty(const RefPtr<FrameNode>& frameNode, int32_t index) in GetChildLayoutProperty() function
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/ |
H A D | grid_option_layout_test_ng.cpp | 523 auto childLayoutProperty = GetChildLayoutProperty<GridItemLayoutProperty>(frameNode_, 0); 668 auto childLayoutProperty = GetChildLayoutProperty<GridItemLayoutProperty>(frameNode_, 0);
|
H A D | grid_layout_test_ng.cpp | 334 auto layoutProperty = GetChildLayoutProperty<GridItemLayoutProperty>(frameNode_, 0); 1979 auto itemLayoutProperty = GetChildLayoutProperty<GridItemLayoutProperty>(frameNode_, 2);
|
H A D | grid_attr_test_ng.cpp | 738 auto itemLayoutProperty = GetChildLayoutProperty<GridItemLayoutProperty>(frameNode_, 0);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/ |
H A D | list_attr_test_ng.cpp | 49 GetChildLayoutProperty<ListItemLayoutProperty>(frameNode_, index) in SetListItemHeight() 231 auto layoutProperty = GetChildLayoutProperty<ListItemLayoutProperty>(frameNode_, 0); 314 auto layoutProperty = GetChildLayoutProperty<ListItemLayoutProperty>(frameNode_, 0);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/ |
H A D | water_flow_test_ng.cpp | 1880 auto itemLayoutProperty = GetChildLayoutProperty<WaterFlowItemLayoutProperty>(frameNode_, 2);
|