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.java2022 final int unrotDw, unrotDh; in computeCompatSmallestWidth() local
2025 unrotDh = dw; in computeCompatSmallestWidth()
2028 unrotDh = dh; in computeCompatSmallestWidth()
2031 unrotDh); in computeCompatSmallestWidth()
2032 sw = reduceCompatConfigWidthSize(sw, Surface.ROTATION_90, uiMode, tmpDm, unrotDh, in computeCompatSmallestWidth()
2035 unrotDh); in computeCompatSmallestWidth()
2036 sw = reduceCompatConfigWidthSize(sw, Surface.ROTATION_270, uiMode, tmpDm, unrotDh, in computeCompatSmallestWidth()
2064 int unrotDw, unrotDh; in computeSizeRangesAndScreenLayout() local
2067 unrotDh = dw; in computeSizeRangesAndScreenLayout()
2070 unrotDh = dh; in computeSizeRangesAndScreenLayout()
[all …]