Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DInvariantDeviceProfile.java100 public int numFolderColumns; field in InvariantDeviceProfile
142 numFolderColumns = p.numFolderColumns; in InvariantDeviceProfile()
291 numFolderColumns = closestProfile.numFolderColumns; in initGridOption()
359 numFolderColumns != oldProfile.numFolderColumns || in onConfigChanged()
551 private final int numFolderColumns; field in InvariantDeviceProfile.GridOption
575 numFolderColumns = a.getInt( in GridOption()
DDeviceProfile.java412 float contentUsedWidth = folderCellWidthPx * inv.numFolderColumns; in updateAvailableFolderCellDimensions()
DLauncher.java2361 mDeviceProfile.inv.numFolderColumns * mDeviceProfile.inv.numFolderRows); in finishBindingItems()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderGridOrganizer.java49 mMaxCountX = profile.numFolderColumns; in FolderGridOrganizer()