Home
last modified time | relevance | path

Searched refs:closestProfile (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DInvariantDeviceProfile.java138 InvariantDeviceProfile closestProfile = closestProfiles.get(0); in InvariantDeviceProfile() local
139 numRows = closestProfile.numRows; in InvariantDeviceProfile()
140 numColumns = closestProfile.numColumns; in InvariantDeviceProfile()
141 numHotseatIcons = closestProfile.numHotseatIcons; in InvariantDeviceProfile()
143 defaultLayoutId = closestProfile.defaultLayoutId; in InvariantDeviceProfile()
144 numFolderRows = closestProfile.numFolderRows; in InvariantDeviceProfile()
145 numFolderColumns = closestProfile.numFolderColumns; in InvariantDeviceProfile()
146 minAllAppsPredictionColumns = closestProfile.minAllAppsPredictionColumns; in InvariantDeviceProfile()