Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_v2/grid_layout/
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()
Dgrid_row_component.h56 void SetBreakPoints(const RefPtr<BreakPoints>& breakpoints) in SetBreakPoints()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid_row/
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()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dgrid_row_model_impl.cpp30 const RefPtr<V2::BreakPoints>& breakpoints, V2::GridRowDirection direction) in Create()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_grid_row.cpp217 auto breakpoints = JSRef<JSObject>::Cast(jsValue); in ParserBreakpoints() local
264 auto breakpoints = gridRow->GetProperty("breakpoints"); in Create() local
/foundation/arkui/advanced_ui_component/interface/splitlayout/
Dsplitlayout.js132 breakpoints: { reference: BreakpointsReference.WindowSize }, property
275 breakpoints: { reference: BreakpointsReference.WindowSize }, property
401 breakpoints: { reference: BreakpointsReference.WindowSize }, property
/foundation/arkui/ace_engine/advanced_ui_component/splitlayout/interfaces/
Dsplitlayout.js125 breakpoints: { reference: BreakpointsReference.WindowSize }, property
269 breakpoints: { reference: BreakpointsReference.WindowSize }, property
399 breakpoints: { reference: BreakpointsReference.WindowSize }, property
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid_row/
Dgrid_row_test_ng.cpp1312 V2::BreakPoints breakpoints; variable
1358 auto breakpoints = layoutProperty->GetBreakPoints(); variable
1406 auto breakpoints = layoutProperty->GetBreakPoints(); variable