Home
last modified time | relevance | path

Searched refs:SetCellLength (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_model_ng.h49 void SetCellLength(int32_t value) override;
93 static void SetCellLength(FrameNode* frameNode, int32_t cellLength);
H A Dgrid_view.h42 static void SetCellLength(int32_t value);
H A Dgrid_model.h57 virtual void SetCellLength(int32_t value) = 0;
H A Dgrid_model_ng.cpp157 void GridModelNG::SetCellLength(int32_t value) in SetCellLength() function in OHOS::Ace::NG::GridModelNG
471 void GridModelNG::SetCellLength(FrameNode* frameNode, int32_t cellLength) in SetCellLength() function in OHOS::Ace::NG::GridModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dgrid_model_impl.cpp177 void GridModelImpl::SetCellLength(int32_t value) in SetCellLength() function in OHOS::Ace::Framework::GridModelImpl
182 grid->SetCellLength(value); in SetCellLength()
H A Dgrid_model_impl.h43 void SetCellLength(int32_t value) override;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_attr_test_ng.cpp53 model.SetCellLength(100);
530 model.SetCellLength(ITEM_HEIGHT);
560 model.SetCellLength(ITEM_HEIGHT);
585 model.SetCellLength(ITEM_WIDTH);
610 model.SetCellLength(ITEM_WIDTH);
H A Dgrid_layout_test_ng.cpp200 model.SetCellLength(ITEM_HEIGHT);
1182 model.SetCellLength(ITEM_HEIGHT);
1206 model.SetCellLength(ITEM_WIDTH);
1309 model.SetCellLength(ITEM_HEIGHT);
1341 model.SetCellLength(ITEM_HEIGHT);
1374 model.SetCellLength(ITEM_HEIGHT);
1406 model.SetCellLength(ITEM_HEIGHT);
H A Dgrid_common_test_ng.cpp557 model.SetCellLength(ITEM_HEIGHT);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_grid_bridge.h48 static ArkUINativeModuleValue SetCellLength(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_grid_bridge.cpp488 ArkUINativeModuleValue GridBridge::SetCellLength(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetCellLength() function in OHOS::Ace::NG::GridBridge
H A Darkts_native_api_impl_bridge.cpp3309 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), GridBridge::SetCellLength)); in RegisterGridAttributes()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Dgrid_layout_component.h238 void SetCellLength(int32_t cellLength) in SetCellLength() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dgrid_modifier.cpp242 GridModelNG::SetCellLength(frameNode, cellLength); in SetGridCellLength()
249 GridModelNG::SetCellLength(frameNode, DEFAULT_CELL_LENGTH); in ResetGridCellLength()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_grid.cpp479 GridModel::GetInstance()->SetCellLength(cellLength); in CellLength()