Searched refs:allOptions (Results 1 – 1 of 1) sorted by relevance
184 ArrayList<DisplayOption> allOptions = getPredefinedDeviceProfiles(context, gridName); in initGrid() local189 Collections.sort(allOptions, (a, b) -> in initGrid()193 invDistWeightedInterpolate(minWidthDps, minHeightDps, allOptions); in initGrid()195 GridOption closestProfile = allOptions.get(0).grid; in initGrid()