Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DInvariantDeviceProfile.java317 List<DisplayOption> allOptions = getPredefinedDeviceProfiles( in initGrid() local
328 filterByColumnCount(allOptions, deviceGridState.getColumns()); in initGrid()
332 ? new ArrayList<>(allOptions) in initGrid()
350 List<DisplayOption> allOptions, int numColumns) { in filterByColumnCount() argument
351 return allOptions.stream() in filterByColumnCount()