Searched refs:unrotDh (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | DisplayContent.java | 2307 final int unrotDw, unrotDh; in computeCompatSmallestWidth() local 2310 unrotDh = dw; in computeCompatSmallestWidth() 2313 unrotDh = dh; in computeCompatSmallestWidth() 2316 unrotDh); in computeCompatSmallestWidth() 2317 sw = reduceCompatConfigWidthSize(sw, Surface.ROTATION_90, uiMode, tmpDm, unrotDh, in computeCompatSmallestWidth() 2320 unrotDh); in computeCompatSmallestWidth() 2321 sw = reduceCompatConfigWidthSize(sw, Surface.ROTATION_270, uiMode, tmpDm, unrotDh, in computeCompatSmallestWidth() 2349 int unrotDw, unrotDh; in computeSizeRangesAndScreenLayout() local 2352 unrotDh = dw; in computeSizeRangesAndScreenLayout() 2355 unrotDh = dh; in computeSizeRangesAndScreenLayout() [all …]
|