Searched refs:allOptions (Results 1 – 1 of 1) sorted by relevance
210 ArrayList<DisplayOption> allOptions = new ArrayList<>(); in initGrid() local212 getPredefinedDeviceProfiles(context, gridName, filteredOptions, allOptions); in initGrid()214 if (allOptions.isEmpty() && filteredOptions.isEmpty()) { in initGrid()224 Collections.sort(allOptions, comparator); in initGrid()226 invDistWeightedInterpolate(minWidthDps, minHeightDps, allOptions); in initGrid()227 initGridOption(context, allOptions, interpolatedDisplayOption, displayInfo.metrics); in initGrid()239 filteredOptions = allOptions; in initGrid()