Home
last modified time | relevance | path

Searched defs:folderName (Results 1 – 5 of 5) sorted by relevance

/applications/standard/launcher/common/src/main/ets/default/bean/
DFolderItemInfo.ts29 folderName: string | undefined; property in FolderItemInfo
DGridLayoutItemInfo.ts48 folderName: string | undefined; property in GridLayoutItemInfo
DGridLayoutItemBuilder.ts50 folderName: string | undefined; property in GridLayoutItemBuilder
/applications/standard/launcher/common/src/main/ets/default/interface/
DFolderData.ts21 folderName: string; property in FolderData
/applications/standard/launcher/feature/bigfolder/src/main/ets/default/viewmodel/
DBigFolderViewModel.ts937 const folderName = await this.generateFolderName(); constant