Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DInvariantDeviceProfile.java67 public int numFolderColumns; field in InvariantDeviceProfile
91 p.numFolderRows, p.numFolderColumns, p.minAllAppsPredictionColumns, in InvariantDeviceProfile()
109 numFolderColumns = fc; in InvariantDeviceProfile()
145 numFolderColumns = closestProfile.numFolderColumns; in InvariantDeviceProfile()
DDeviceProfile.java258 (availableWidthPx - 4 * edgeMarginPx) / inv.numFolderColumns); in updateIconSize()
DFolderPagedView.java90 mMaxCountX = profile.numFolderColumns; in FolderPagedView()