Searched refs:unrotDw (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DisplayContent.java | 1308 final int unrotDw, unrotDh; in computeCompatSmallestWidth() local 1310 unrotDw = dh; in computeCompatSmallestWidth() 1313 unrotDw = dw; in computeCompatSmallestWidth() 1316 int sw = reduceCompatConfigWidthSize(0, Surface.ROTATION_0, uiMode, tmpDm, unrotDw, unrotDh, in computeCompatSmallestWidth() 1318 sw = reduceCompatConfigWidthSize(sw, Surface.ROTATION_90, uiMode, tmpDm, unrotDh, unrotDw, in computeCompatSmallestWidth() 1320 sw = reduceCompatConfigWidthSize(sw, Surface.ROTATION_180, uiMode, tmpDm, unrotDw, unrotDh, in computeCompatSmallestWidth() 1322 sw = reduceCompatConfigWidthSize(sw, Surface.ROTATION_270, uiMode, tmpDm, unrotDh, unrotDw, in computeCompatSmallestWidth() 1348 int unrotDw, unrotDh; in computeSizeRangesAndScreenLayout() local 1350 unrotDw = dh; in computeSizeRangesAndScreenLayout() 1353 unrotDw = dw; in computeSizeRangesAndScreenLayout() [all …]
|