Home
last modified time | relevance | path

Searched refs:GridLayoutOptions (Results 1 – 17 of 17) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
Dgrid_layout_options.h56 struct GridLayoutOptions { struct
61 bool operator==(const GridLayoutOptions& options) const argument
67 bool operator!=(const GridLayoutOptions& options) const
Dgrid_layout_property.h134 ACE_DEFINE_PROPERTY_ITEM_FUNC_WITHOUT_GROUP(LayoutOptions, GridLayoutOptions);
135 void OnLayoutOptionsUpdate(GridLayoutOptions /* layoutOptions */) const in OnLayoutOptionsUpdate() argument
Dgrid_layout_info.h162 float GetContentOffset(const GridLayoutOptions& options, float mainGap) const;
179 float GetContentHeight(const GridLayoutOptions& options, int32_t endIdx, float mainGap) const;
Dgrid_model.h42 virtual void SetLayoutOptions(GridLayoutOptions options) = 0;
Dgrid_model_ng.h35 void SetLayoutOptions(GridLayoutOptions options) override;
Dgrid_layout_info.cpp243 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()
Dgrid_model_ng.cpp58 void GridModelNG::SetLayoutOptions(GridLayoutOptions options) in SetLayoutOptions()
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
Dgrid_layout_test_ng.cpp455 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 …]
Dlayout_info_test.cpp49 GridLayoutOptions option {
83 GridLayoutOptions option {
286 GridLayoutOptions option {
Dgrid_attr_test_ng.cpp990 GridLayoutOptions option;
1016 GridLayoutOptions option;
Dgrid_scroller_test_ng.cpp280 GridLayoutOptions option;
309 GridLayoutOptions option;
Dgrid_common_test_ng.cpp287 GridLayoutOptions option;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/
Dgrid_layout_range_solver.h114 const GridLayoutOptions* opts_;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
Dgrid_scroll_with_options_layout_algorithm.h44 int32_t itemIndex, const GridLayoutOptions& options, int32_t firstIrregularIndex);
Dgrid_scroll_with_options_layout_algorithm.cpp185 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/
Dgrid_model_impl.h29 void SetLayoutOptions(GridLayoutOptions options) override {}; in SetLayoutOptions()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_grid.cpp112 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()