Searched refs:sortedConfigs (Results 1 – 2 of 2) sorted by relevance
332 final ArrayList<Configuration> sortedConfigs = getSortedOverlays(); in getImmutableFrameworkOverlayIdmapInvocations() local333 for (int i = 0, n = sortedConfigs.size(); i < n; i++) { in getImmutableFrameworkOverlayIdmapInvocations()334 final Configuration overlay = sortedConfigs.get(i); in getImmutableFrameworkOverlayIdmapInvocations()
417 std::vector<const RefreshRate*> sortedConfigs; in RefreshRateConfigs() local418 getSortedRefreshRateList([](const RefreshRate&) { return true; }, &sortedConfigs); in RefreshRateConfigs()420 mMinSupportedRefreshRate = sortedConfigs.front(); in RefreshRateConfigs()421 mMaxSupportedRefreshRate = sortedConfigs.back(); in RefreshRateConfigs()