Searched refs:GridLayoutOptions (Results 1 – 17 of 17) sorted by relevance
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/ |
| D | grid_layout_options.h | 56 struct GridLayoutOptions { struct 61 bool operator==(const GridLayoutOptions& options) const argument 67 bool operator!=(const GridLayoutOptions& options) const
|
| D | grid_layout_property.h | 134 ACE_DEFINE_PROPERTY_ITEM_FUNC_WITHOUT_GROUP(LayoutOptions, GridLayoutOptions); 135 void OnLayoutOptionsUpdate(GridLayoutOptions /* layoutOptions */) const in OnLayoutOptionsUpdate() argument
|
| D | grid_layout_info.h | 162 float GetContentOffset(const GridLayoutOptions& options, float mainGap) const; 179 float GetContentHeight(const GridLayoutOptions& options, int32_t endIdx, float mainGap) const;
|
| D | grid_model.h | 42 virtual void SetLayoutOptions(GridLayoutOptions options) = 0;
|
| D | grid_model_ng.h | 35 void SetLayoutOptions(GridLayoutOptions options) override;
|
| D | grid_layout_info.cpp | 243 float GridLayoutInfo::GetContentOffset(const GridLayoutOptions& options, float mainGap) const in GetContentOffset() 269 float GridLayoutInfo::GetContentHeight(const GridLayoutOptions& options, int32_t endIdx, float main… in GetContentHeight()
|
| D | grid_model_ng.cpp | 58 void GridModelNG::SetLayoutOptions(GridLayoutOptions options) in SetLayoutOptions()
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/grid/ |
| D | grid_layout_test_ng.cpp | 455 GridLayoutOptions option; 484 GridLayoutOptions option; 508 GridLayoutOptions option; 539 GridLayoutOptions option; 572 GridLayoutOptions option; 601 GridLayoutOptions option; 631 GridLayoutOptions option; 662 GridLayoutOptions option; 819 GridLayoutOptions option; 1051 GridLayoutOptions option; [all …]
|
| D | layout_info_test.cpp | 49 GridLayoutOptions option { 83 GridLayoutOptions option { 286 GridLayoutOptions option {
|
| D | grid_attr_test_ng.cpp | 990 GridLayoutOptions option; 1016 GridLayoutOptions option;
|
| D | grid_scroller_test_ng.cpp | 280 GridLayoutOptions option; 309 GridLayoutOptions option;
|
| D | grid_common_test_ng.cpp | 287 GridLayoutOptions option;
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/ |
| D | grid_layout_range_solver.h | 114 const GridLayoutOptions* opts_;
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/ |
| D | grid_scroll_with_options_layout_algorithm.h | 44 int32_t itemIndex, const GridLayoutOptions& options, int32_t firstIrregularIndex);
|
| D | grid_scroll_with_options_layout_algorithm.cpp | 185 const GridLayoutOptions& options, int32_t firstIrregularIndex, Axis axis, int32_t crossCount) in InitIrregularItemsPosition() 203 int32_t itemIndex, const GridLayoutOptions& options, int32_t firstIrregularIndex) in GetCrossStartAndSpanWithUserFunction()
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
| D | grid_model_impl.h | 29 void SetLayoutOptions(GridLayoutOptions options) override {}; in SetLayoutOptions()
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| D | js_grid.cpp | 112 void ParseGetGridItemSize(const JSCallbackInfo& info, JSRef<JSObject>& obj, GridLayoutOptions& opti… in ParseGetGridItemSize() 132 void ParseGetGridItemRect(const JSCallbackInfo& info, JSRef<JSObject>& obj, GridLayoutOptions& opti… in ParseGetGridItemRect() 157 GridLayoutOptions option; in SetGridLayoutOptions()
|