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.java7151 private int reduceCompatConfigWidthSize(int curSize, int rotation, DisplayMetrics dm, in reduceCompatConfigWidthSize() method
7176 int sw = reduceCompatConfigWidthSize(0, Surface.ROTATION_0, tmpDm, unrotDw, unrotDh); in computeCompatSmallestWidth()
7177 sw = reduceCompatConfigWidthSize(sw, Surface.ROTATION_90, tmpDm, unrotDh, unrotDw); in computeCompatSmallestWidth()
7178 sw = reduceCompatConfigWidthSize(sw, Surface.ROTATION_180, tmpDm, unrotDw, unrotDh); in computeCompatSmallestWidth()
7179 sw = reduceCompatConfigWidthSize(sw, Surface.ROTATION_270, tmpDm, unrotDh, unrotDw); in computeCompatSmallestWidth()