Home
last modified time | relevance | path

Searched defs:breakpoints (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid_layout/
H A Dgrid_container_utils.cpp26 RefPtr<GridSizeInfo> ParseBreakpoints(const BreakPoints& breakpoints) in ParseBreakpoints()
36 RefPtr<GridSizeInfo> ParseBreakpoints(const RefPtr<BreakPoints>& breakpoints) in ParseBreakpoints()
47 GridSizeType GridContainerUtils::ProcessGridSizeType(const V2::BreakPoints& breakpoints, const Size… in ProcessGridSizeType()
71const RefPtr<BreakPoints>& breakpoints, const Size& size, const RefPtr<PipelineContext>& pipeline) in ProcessGridSizeType()
H A Dgrid_row_component.h56 void SetBreakPoints(const RefPtr<BreakPoints>& breakpoints) in SetBreakPoints()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid_row/
H A Dgrid_row_model_ng.cpp30 auto breakpoints = Referenced::MakeRefPtr<V2::BreakPoints>(); in Create() local
36 const RefPtr<V2::BreakPoints>& breakpoints, V2::GridRowDirection direction) in Create()
95 …id GridRowModelNG::SetBreakpoints(FrameNode* frameNode, const RefPtr<V2::BreakPoints>& breakpoints) in SetBreakpoints()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dgrid_row_model_impl.cpp30 const RefPtr<V2::BreakPoints>& breakpoints, V2::GridRowDirection direction) in Create()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid_row/
H A Dgrid_row_new_test_ng.cpp65 V2::BreakPoints breakpoints; in __anondd4488980202() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_grid_row.cpp217 auto breakpoints = JSRef<JSObject>::Cast(jsValue); in ParserBreakpoints() local
264 auto breakpoints = gridRow->GetProperty("breakpoints"); in Create() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid_row/old_cases/
H A Dgrid_row_test_ng.cpp1522 V2::BreakPoints breakpoints; variable
1568 auto breakpoints = layoutProperty->GetBreakPoints(); variable
1616 auto breakpoints = layoutProperty->GetBreakPoints(); variable