Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/content/om/
DOverlayConfig.java332 final ArrayList<Configuration> sortedConfigs = getSortedOverlays(); in getImmutableFrameworkOverlayIdmapInvocations() local
333 for (int i = 0, n = sortedConfigs.size(); i < n; i++) { in getImmutableFrameworkOverlayIdmapInvocations()
334 final Configuration overlay = sortedConfigs.get(i); in getImmutableFrameworkOverlayIdmapInvocations()
/frameworks/native/services/surfaceflinger/Scheduler/
DRefreshRateConfigs.cpp417 std::vector<const RefreshRate*> sortedConfigs; in RefreshRateConfigs() local
418 getSortedRefreshRateList([](const RefreshRate&) { return true; }, &sortedConfigs); in RefreshRateConfigs()
420 mMinSupportedRefreshRate = sortedConfigs.front(); in RefreshRateConfigs()
421 mMaxSupportedRefreshRate = sortedConfigs.back(); in RefreshRateConfigs()