Lines Matching refs:closestProfile

368         GridOption closestProfile = displayOption.grid;  in initGrid()  local
369 numRows = closestProfile.numRows; in initGrid()
370 numColumns = closestProfile.numColumns; in initGrid()
371 numSearchContainerColumns = closestProfile.numSearchContainerColumns; in initGrid()
372 dbFile = closestProfile.dbFile; in initGrid()
373 defaultLayoutId = closestProfile.defaultLayoutId; in initGrid()
374 demoModeLayoutId = closestProfile.demoModeLayoutId; in initGrid()
376 numFolderRows = closestProfile.numFolderRows; in initGrid()
377 numFolderColumns = closestProfile.numFolderColumns; in initGrid()
378 folderStyle = closestProfile.folderStyle; in initGrid()
380 cellStyle = closestProfile.cellStyle; in initGrid()
382 isScalable = closestProfile.isScalable; in initGrid()
383 devicePaddingId = closestProfile.devicePaddingId; in initGrid()
384 workspaceSpecsId = closestProfile.mWorkspaceSpecsId; in initGrid()
385 workspaceSpecsTwoPanelId = closestProfile.mWorkspaceSpecsTwoPanelId; in initGrid()
386 allAppsSpecsId = closestProfile.mAllAppsSpecsId; in initGrid()
387 allAppsSpecsTwoPanelId = closestProfile.mAllAppsSpecsTwoPanelId; in initGrid()
388 folderSpecsId = closestProfile.mFolderSpecsId; in initGrid()
389 folderSpecsTwoPanelId = closestProfile.mFolderSpecsTwoPanelId; in initGrid()
390 hotseatSpecsId = closestProfile.mHotseatSpecsId; in initGrid()
391 hotseatSpecsTwoPanelId = closestProfile.mHotseatSpecsTwoPanelId; in initGrid()
392 workspaceCellSpecsId = closestProfile.mWorkspaceCellSpecsId; in initGrid()
393 workspaceCellSpecsTwoPanelId = closestProfile.mWorkspaceCellSpecsTwoPanelId; in initGrid()
394 allAppsCellSpecsId = closestProfile.mAllAppsCellSpecsId; in initGrid()
395 allAppsCellSpecsTwoPanelId = closestProfile.mAllAppsCellSpecsTwoPanelId; in initGrid()
397 closestProfile.mNumAllAppsRowsForCellHeightCalculation; in initGrid()
400 inlineNavButtonsEndSpacing = closestProfile.inlineNavButtonsEndSpacing; in initGrid()
418 numShownHotseatIcons = closestProfile.numHotseatIcons; in initGrid()
420 ? closestProfile.numDatabaseHotseatIcons : closestProfile.numHotseatIcons; in initGrid()
424 allAppsStyle = closestProfile.allAppsStyle; in initGrid()
426 numAllAppsColumns = closestProfile.numAllAppsColumns; in initGrid()
429 ? closestProfile.numDatabaseAllAppsColumns : closestProfile.numAllAppsColumns; in initGrid()
436 inlineQsb = closestProfile.inlineQsb; in initGrid()