Searched refs:unrotDw (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/java/com/android/server/wm/ |
D | WindowManagerService.java | 5807 int unrotDw, unrotDh; in computeSmallestWidth() local 5809 unrotDw = dh; in computeSmallestWidth() 5812 unrotDw = dw; in computeSmallestWidth() 5815 int sw = reduceConfigWidthSize(unrotDw, Surface.ROTATION_0, density, unrotDw, unrotDh); in computeSmallestWidth() 5816 sw = reduceConfigWidthSize(sw, Surface.ROTATION_90, density, unrotDh, unrotDw); in computeSmallestWidth() 5817 sw = reduceConfigWidthSize(sw, Surface.ROTATION_180, density, unrotDw, unrotDh); in computeSmallestWidth() 5818 sw = reduceConfigWidthSize(sw, Surface.ROTATION_270, density, unrotDh, unrotDw); in computeSmallestWidth() 5837 int unrotDw, unrotDh; in computeCompatSmallestWidth() local 5839 unrotDw = dh; in computeCompatSmallestWidth() 5842 unrotDw = dw; in computeCompatSmallestWidth() [all …]
|