Home
last modified time | relevance | path

Searched defs:page (Results 1 – 12 of 12) sorted by relevance

/applications/sample/camera/launcher/launcher/src/main/cpp/
Dswipe_view.cpp69 ViewGroupPage* page = new ViewGroupPage(viewGroup); in AddViewGroup() local
96 ViewGroupPage *page = new ViewGroupPage(viewGroup); in AddFirstViewGroup() local
/applications/standard/launcher/common/src/main/ets/default/interface/
DDragItemPosition.ts20 page: number; property
/applications/standard/app_samples/code/SystemFeature/ApplicationModels/Launcher/base/src/main/ets/default/bean/
DAppItemInfo.ts83 page: number | undefined property in AppItemInfo
DGridLayoutItemInfo.ts86 page: number; property in GridLayoutItemInfo
/applications/standard/launcher/common/src/main/ets/default/bean/
DAppItemInfo.ts86 page: number | undefined; property in AppItemInfo
DGridLayoutItemInfo.ts68 page: number | undefined; property in GridLayoutItemInfo
DGridLayoutItemBuilder.ts70 page: number | undefined; property in GridLayoutItemBuilder
/applications/standard/launcher/feature/form/src/main/ets/default/viewmodel/
DFormViewModel.ts120 const page = gridLayoutInfo.layoutInfo[cardIndex].page; constant
/applications/standard/app_samples/code/SystemFeature/ApplicationModels/Launcher/desktop/src/main/ets/default/model/
DDesktopLayoutModel.ts544 const layoutInfo = this.layoutInfo[page] constant
/applications/standard/launcher/common/src/main/ets/default/model/
DFormModel.ts268 const page = gridLayoutInfo.layoutInfo[cardIndex].page; constant
/applications/standard/launcher/feature/bigfolder/src/main/ets/default/viewmodel/
DBigFolderViewModel.ts344 page: gridLayoutInfo.layoutInfo[folderIndex].page, constant
/applications/standard/launcher/feature/pagedesktop/src/main/ets/default/viewmodel/
DPageDesktopViewModel.ts319 const page = layoutInfo[i].page; constant