Searched refs:SetCellLength (Results 1 – 15 of 15) sorted by relevance
49 void SetCellLength(int32_t value) override;93 static void SetCellLength(FrameNode* frameNode, int32_t cellLength);
42 static void SetCellLength(int32_t value);
57 virtual void SetCellLength(int32_t value) = 0;
157 void GridModelNG::SetCellLength(int32_t value) in SetCellLength() function in OHOS::Ace::NG::GridModelNG471 void GridModelNG::SetCellLength(FrameNode* frameNode, int32_t cellLength) in SetCellLength() function in OHOS::Ace::NG::GridModelNG
177 void GridModelImpl::SetCellLength(int32_t value) in SetCellLength() function in OHOS::Ace::Framework::GridModelImpl182 grid->SetCellLength(value); in SetCellLength()
43 void SetCellLength(int32_t value) override;
53 model.SetCellLength(100);530 model.SetCellLength(ITEM_HEIGHT);560 model.SetCellLength(ITEM_HEIGHT);585 model.SetCellLength(ITEM_WIDTH);610 model.SetCellLength(ITEM_WIDTH);
200 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);
557 model.SetCellLength(ITEM_HEIGHT);
48 static ArkUINativeModuleValue SetCellLength(ArkUIRuntimeCallInfo* runtimeCallInfo);
488 ArkUINativeModuleValue GridBridge::SetCellLength(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetCellLength() function in OHOS::Ace::NG::GridBridge
3309 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), GridBridge::SetCellLength)); in RegisterGridAttributes()
238 void SetCellLength(int32_t cellLength) in SetCellLength() function
242 GridModelNG::SetCellLength(frameNode, cellLength); in SetGridCellLength()249 GridModelNG::SetCellLength(frameNode, DEFAULT_CELL_LENGTH); in ResetGridCellLength()
479 GridModel::GetInstance()->SetCellLength(cellLength); in CellLength()