Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java2528 final int unrotDw, unrotDh; in computeCompatSmallestWidth() local
2531 unrotDh = dw; in computeCompatSmallestWidth()
2534 unrotDh = dh; in computeCompatSmallestWidth()
2537 sw = reduceCompatConfigWidthSize(sw, Surface.ROTATION_90, tmpDm, unrotDh, unrotDw); in computeCompatSmallestWidth()
2564 int unrotDw, unrotDh; in computeSizeRanges() local
2567 unrotDh = dw; in computeSizeRanges()
2570 unrotDh = dh; in computeSizeRanges()
2576 adjustDisplaySizeRanges(displayInfo, Surface.ROTATION_0, unrotDw, unrotDh); in computeSizeRanges()
2577 adjustDisplaySizeRanges(displayInfo, Surface.ROTATION_90, unrotDh, unrotDw); in computeSizeRanges()
2578 adjustDisplaySizeRanges(displayInfo, Surface.ROTATION_180, unrotDw, unrotDh); in computeSizeRanges()
[all …]