Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DInvariantDeviceProfile.java130 public int numAllAppsColumns; field in InvariantDeviceProfile
170 numAllAppsColumns = p.numAllAppsColumns; in InvariantDeviceProfile()
308 numAllAppsColumns = closestProfile.numAllAppsColumns; in initGrid()
310 ? closestProfile.numDatabaseAllAppsColumns : closestProfile.numAllAppsColumns; in initGrid()
601 private final int numAllAppsColumns; field in InvariantDeviceProfile.GridOption
629 numAllAppsColumns = a.getInt( in GridOption()
632 R.styleable.GridDisplayOption_numExtendedAllAppsColumns, 2 * numAllAppsColumns); in GridOption()
DDeviceProfile.java329 isTwoPanels ? inv.numDatabaseAllAppsColumns : inv.numAllAppsColumns; in DeviceProfile()