Home
last modified time | relevance | path

Searched refs:SetLaneGutter (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_model_ng.h44 void SetLaneGutter(const Dimension& laneGutter) override;
109 static void SetLaneGutter(FrameNode* frameNode, const Dimension& laneGutter);
H A Dlist_paint_method.h108 void SetLaneGutter(float laneGutter) in SetLaneGutter() function
H A Dlist_model.h54 virtual void SetLaneGutter(const Dimension& laneGutter) = 0;
H A Dlist_model_ng.cpp192 void ListModelNG::SetLaneGutter(const Dimension& laneGutter) in SetLaneGutter() function in OHOS::Ace::NG::ListModelNG
664 void ListModelNG::SetLaneGutter(FrameNode* frameNode, const Dimension& laneGutter) in SetLaneGutter() function in OHOS::Ace::NG::ListModelNG
H A Dlist_layout_algorithm.h366 void SetLaneGutter(float laneGutter) in SetLaneGutter() function
H A Dlist_lanes_layout_algorithm.cpp329 SetLaneGutter(laneGutter); in CalculateLanes()
H A Dlist_pattern.cpp344 paint->SetLaneGutter(laneGutter_); in CreateNodePaintMethod()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dlist_model_impl.h46 void SetLaneGutter(const Dimension& laneGutter) override {} in SetLaneGutter() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dlist_modifier.cpp60 ListModelNG::SetLaneGutter(frameNode, gutter); in SetListLanes()
68 ListModelNG::SetLaneGutter(frameNode, Dimension(0)); in ResetListLanes()
H A Dnode_list_modifier.cpp76 ListModelNG::SetLaneGutter(frameNode, gutter); in SetListLanes()
84 ListModelNG::SetLaneGutter(frameNode, Dimension(0)); in ResetListLanes()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_attr_test_ng.cpp719 model.SetLaneGutter(Dimension(laneGutter));
740 model.SetLaneGutter(laneGutter);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_list.cpp360 ListModel::GetInstance()->SetLaneGutter(laneGutter); in SetLanes()