Home
last modified time | relevance | path

Searched refs:reduceCompatConfigWidthSize (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java7294 private int reduceCompatConfigWidthSize(int curSize, int rotation, int uiMode, in reduceCompatConfigWidthSize() method
7319 … int sw = reduceCompatConfigWidthSize(0, Surface.ROTATION_0, uiMode, tmpDm, unrotDw, unrotDh); in computeCompatSmallestWidth()
7320 sw = reduceCompatConfigWidthSize(sw, Surface.ROTATION_90, uiMode, tmpDm, unrotDh, unrotDw); in computeCompatSmallestWidth()
7321 sw = reduceCompatConfigWidthSize(sw, Surface.ROTATION_180, uiMode, tmpDm, unrotDw, unrotDh); in computeCompatSmallestWidth()
7322 sw = reduceCompatConfigWidthSize(sw, Surface.ROTATION_270, uiMode, tmpDm, unrotDh, unrotDw); in computeCompatSmallestWidth()