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.java2438 final int unrotDw, unrotDh; in computeCompatSmallestWidth() local
2440 unrotDw = dh; in computeCompatSmallestWidth()
2443 unrotDw = dw; in computeCompatSmallestWidth()
2446 int sw = reduceCompatConfigWidthSize(0, Surface.ROTATION_0, tmpDm, unrotDw, unrotDh); in computeCompatSmallestWidth()
2447 sw = reduceCompatConfigWidthSize(sw, Surface.ROTATION_90, tmpDm, unrotDh, unrotDw); in computeCompatSmallestWidth()
2448 sw = reduceCompatConfigWidthSize(sw, Surface.ROTATION_180, tmpDm, unrotDw, unrotDh); in computeCompatSmallestWidth()
2449 sw = reduceCompatConfigWidthSize(sw, Surface.ROTATION_270, tmpDm, unrotDh, unrotDw); in computeCompatSmallestWidth()
2474 int unrotDw, unrotDh; in computeSizeRangesAndScreenLayout() local
2476 unrotDw = dh; in computeSizeRangesAndScreenLayout()
2479 unrotDw = dw; in computeSizeRangesAndScreenLayout()
[all …]