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.java1801 final int unrotDw, unrotDh; in computeCompatSmallestWidth() local
1804 unrotDh = dw; in computeCompatSmallestWidth()
1807 unrotDh = dh; in computeCompatSmallestWidth()
1809 int sw = reduceCompatConfigWidthSize(0, Surface.ROTATION_0, uiMode, tmpDm, unrotDw, unrotDh, in computeCompatSmallestWidth()
1811 sw = reduceCompatConfigWidthSize(sw, Surface.ROTATION_90, uiMode, tmpDm, unrotDh, unrotDw, in computeCompatSmallestWidth()
1813 sw = reduceCompatConfigWidthSize(sw, Surface.ROTATION_180, uiMode, tmpDm, unrotDw, unrotDh, in computeCompatSmallestWidth()
1815 sw = reduceCompatConfigWidthSize(sw, Surface.ROTATION_270, uiMode, tmpDm, unrotDh, unrotDw, in computeCompatSmallestWidth()
1841 int unrotDw, unrotDh; in computeSizeRangesAndScreenLayout() local
1844 unrotDh = dw; in computeSizeRangesAndScreenLayout()
1847 unrotDh = dh; in computeSizeRangesAndScreenLayout()
[all …]