Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java2236 final int unrotDw, unrotDh; in computeCompatSmallestWidth() local
2238 unrotDw = dh; in computeCompatSmallestWidth()
2241 unrotDw = dw; in computeCompatSmallestWidth()
2244 int sw = reduceCompatConfigWidthSize(0, Surface.ROTATION_0, uiMode, tmpDm, unrotDw, in computeCompatSmallestWidth()
2247 unrotDw); in computeCompatSmallestWidth()
2248 sw = reduceCompatConfigWidthSize(sw, Surface.ROTATION_180, uiMode, tmpDm, unrotDw, in computeCompatSmallestWidth()
2251 unrotDw); in computeCompatSmallestWidth()
2278 int unrotDw, unrotDh; in computeSizeRangesAndScreenLayout() local
2280 unrotDw = dh; in computeSizeRangesAndScreenLayout()
2283 unrotDw = dw; in computeSizeRangesAndScreenLayout()
[all …]