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.java184 ArrayList<DisplayOption> allOptions = getPredefinedDeviceProfiles(context, gridName); in initGrid() local
189 Collections.sort(allOptions, (a, b) -> in initGrid()
193 invDistWeightedInterpolate(minWidthDps, minHeightDps, allOptions); in initGrid()
195 GridOption closestProfile = allOptions.get(0).grid; in initGrid()