Home
last modified time | relevance | path

Searched defs:cardIndex (Results 1 – 2 of 2) sorted by relevance

/applications/standard/launcher/feature/form/src/main/ets/default/viewmodel/
DFormViewModel.ts111 const cardIndex = gridLayoutInfo.layoutInfo.findIndex(item => { constant
116 const page = gridLayoutInfo.layoutInfo[cardIndex].page; constant
/applications/standard/launcher/common/src/main/ets/default/model/
DFormModel.ts261 const cardIndex = gridLayoutInfo.layoutInfo.findIndex(item => { constant
266 const page = gridLayoutInfo.layoutInfo[cardIndex].page; constant