Lines Matching refs:closestProfile
244 GridOption closestProfile = displayOption.grid; in initGrid() local
245 numRows = closestProfile.numRows; in initGrid()
246 numColumns = closestProfile.numColumns; in initGrid()
247 numHotseatIcons = closestProfile.numHotseatIcons; in initGrid()
248 dbFile = closestProfile.dbFile; in initGrid()
249 defaultLayoutId = closestProfile.defaultLayoutId; in initGrid()
250 demoModeLayoutId = closestProfile.demoModeLayoutId; in initGrid()
251 numFolderRows = closestProfile.numFolderRows; in initGrid()
252 numFolderColumns = closestProfile.numFolderColumns; in initGrid()
253 numAllAppsColumns = closestProfile.numAllAppsColumns; in initGrid()
255 mExtraAttrs = closestProfile.extraAttrs; in initGrid()