Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java7098 private int reduceConfigLayout(int curLayout, int rotation, float density, in reduceConfigLayout() method
7143 sl = reduceConfigLayout(sl, Surface.ROTATION_0, density, unrotDw, unrotDh); in computeSizeRangesAndScreenLayout()
7144 sl = reduceConfigLayout(sl, Surface.ROTATION_90, density, unrotDh, unrotDw); in computeSizeRangesAndScreenLayout()
7145 sl = reduceConfigLayout(sl, Surface.ROTATION_180, density, unrotDw, unrotDh); in computeSizeRangesAndScreenLayout()
7146 sl = reduceConfigLayout(sl, Surface.ROTATION_270, density, unrotDh, unrotDw); in computeSizeRangesAndScreenLayout()