Home
last modified time | relevance | path

Searched defs:layoutProperty (Results 1 - 25 of 398) sorted by relevance

12345678910>>...16

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid_container/
H A Dgrid_container_pattern.h44 auto layoutProperty = GetLayoutProperty<GridContainerLayoutProperty>(); variable
H A Dgrid_container_layout_algorithm.h37 const auto& layoutProperty = layoutWrapper->GetLayoutProperty(); variable
38 CHECK_NULL_VOID(layoutProperty); variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavdestination_layout_property_base.h63 void UpdateBaseLayoutProperty(const NavDestinationLayoutPropertyBase* layoutProperty) in UpdateBaseLayoutProperty() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/render_node/
H A Drender_node_layout_property.h33 auto layoutProperty = MakeRefPtr<RenderNodeLayoutProperty>(); variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stack/
H A Dstack_layout_property.h33 auto layoutProperty = MakeRefPtr<StackLayoutProperty>(); variable
H A Dstack_model_ng.cpp60 auto layoutProperty = frameNode->GetLayoutProperty<LayoutProperty>(); in GetAlignment() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/folder_stack/
H A Dfolder_stack_layout_property.h36 auto layoutProperty = MakeRefPtr<FolderStackLayoutProperty>(); variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/wrapper/
H A Dmenu_wrapper_layout_algorithm.cpp24 auto layoutProperty = layoutWrapper->GetLayoutProperty(); in Measure() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_item_accessibility_property.h38 auto layoutProperty = tabBar->GetLayoutProperty<TabBarLayoutProperty>(); variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_layout_algorithm.cpp24 auto layoutProperty = DynamicCast<XComponentLayoutProperty>(layoutWrapper->GetLayoutProperty()); in MeasureContent() local
37 auto layoutProperty = DynamicCast<XComponentLayoutProperty>(layoutWrapper->GetLayoutProperty()); in Measure() local
48 auto layoutProperty = DynamicCast<XComponentLayoutProperty>(layoutWrapper->GetLayoutProperty()); in Layout() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_accessibility_property.cpp25 auto layoutProperty = frameNode->GetLayoutProperty<IndexerLayoutProperty>(); in GetCollectionItemCounts() local
53 auto layoutProperty = frameNode->GetLayoutProperty<IndexerLayoutProperty>(); in GetText() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
H A Dcalendar_layout_algorithm.cpp43 auto layoutProperty = layoutWrapper->GetLayoutProperty(); in MeasureContent() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom_frame_node/
H A Dcustom_frame_node_pattern.h44 auto layoutProperty = MakeRefPtr<StackLayoutProperty>(); variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/
H A Ddrag_bar_layout_algorithm.cpp32 auto layoutProperty = AceType::DynamicCast<DragBarLayoutProperty>(layoutWrapper->GetLayoutProperty()); in MeasureContent() local
H A Dclose_icon_pattern.h48 auto layoutProperty = host->GetLayoutProperty<CloseIconLayoutProperty>(); in GetCloseIconLayoutProperty() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/badge/
H A Dbadge_model_ng.cpp36 auto layoutProperty = frameNode->GetLayoutProperty<BadgeLayoutProperty>(); in Create() local
80 auto layoutProperty = frameNode->GetLayoutProperty<BadgeLayoutProperty>(); UpdateBadgeStyle() local
129 auto layoutProperty = frameNode->GetLayoutProperty<BadgeLayoutProperty>(); SetBadgeParam() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/blank/
H A Dblank_model_ng.cpp62 auto layoutProperty = blankNode->GetLayoutProperty<BlankLayoutProperty>(); in SetBlankMin() local
78 auto layoutProperty = blankNode->GetLayoutProperty<BlankLayoutProperty>(); in SetHeight() local
96 auto layoutProperty = frameNode->GetLayoutProperty<BlankLayoutProperty>(); in SetHeight() local
104 auto layoutProperty = frameNode->GetLayoutProperty<BlankLayoutProperty>(); in SetBlankMin() local
[all...]
/foundation/arkui/ace_engine/component_ext/movingphoto/
H A Dmovingphoto_layout_algorithm.cpp41 auto layoutProperty = DynamicCast<MovingPhotoLayoutProperty>(layoutWrapper->GetLayoutProperty()); in Measure() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid_col/
H A Dgrid_col_test_ng.cpp78 auto layoutProperty = frameNode->GetLayoutProperty<GridColLayoutProperty>(); in HWTEST_F() local
106 auto layoutProperty in HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/shape/
H A Dcircle_pattern_test_ng.cpp48 auto layoutProperty = frameNode->GetLayoutProperty(); variable
H A Dellipse_pattern_test_ng.cpp42 auto layoutProperty = frameNode->GetLayoutProperty(); variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_input/
H A Dtext_input_layout_algorithm.h54 RefPtr<TextFieldLayoutProperty> layoutProperty = nullptr; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_full_screen_pattern.h74 auto layoutProperty = videoPattern->GetLayoutProperty<VideoLayoutProperty>()->Clone(); variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/texttimer/
H A Dtext_timer_layout_algorithm.cpp23 const auto& layoutProperty = layoutWrapper->GetLayoutProperty(); in Measure() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/
H A Dtext_clock_layout_algorithm.cpp26 const auto& layoutProperty = layoutWrapper->GetLayoutProperty(); in Measure() local

Completed in 10 milliseconds

12345678910>>...16