Searched refs:unrotDh (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DisplayContent.java | 1806 final int unrotDw, unrotDh; in computeCompatSmallestWidth() local 1809 unrotDh = dw; in computeCompatSmallestWidth() 1812 unrotDh = dh; in computeCompatSmallestWidth() 1815 unrotDh); in computeCompatSmallestWidth() 1816 sw = reduceCompatConfigWidthSize(sw, Surface.ROTATION_90, uiMode, tmpDm, unrotDh, in computeCompatSmallestWidth() 1819 unrotDh); in computeCompatSmallestWidth() 1820 sw = reduceCompatConfigWidthSize(sw, Surface.ROTATION_270, uiMode, tmpDm, unrotDh, in computeCompatSmallestWidth() 1848 int unrotDw, unrotDh; in computeSizeRangesAndScreenLayout() local 1851 unrotDh = dw; in computeSizeRangesAndScreenLayout() 1854 unrotDh = dh; in computeSizeRangesAndScreenLayout() [all …]
|