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.java7261 private int reduceCompatConfigWidthSize(int curSize, int rotation, DisplayMetrics dm, in reduceCompatConfigWidthSize() method
7286 int sw = reduceCompatConfigWidthSize(0, Surface.ROTATION_0, tmpDm, unrotDw, unrotDh); in computeCompatSmallestWidth()
7287 sw = reduceCompatConfigWidthSize(sw, Surface.ROTATION_90, tmpDm, unrotDh, unrotDw); in computeCompatSmallestWidth()
7288 sw = reduceCompatConfigWidthSize(sw, Surface.ROTATION_180, tmpDm, unrotDw, unrotDh); in computeCompatSmallestWidth()
7289 sw = reduceCompatConfigWidthSize(sw, Surface.ROTATION_270, tmpDm, unrotDh, unrotDw); in computeCompatSmallestWidth()