Home
last modified time | relevance | path

Searched refs:unrotDh (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
2441 unrotDh = dw; in computeCompatSmallestWidth()
2444 unrotDh = dh; 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
2477 unrotDh = dw; in computeSizeRangesAndScreenLayout()
2480 unrotDh = dh; in computeSizeRangesAndScreenLayout()
[all …]