Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowManagerPolicy.java613 public int getNonDecorDisplayWidth(int fullWidth, int fullHeight, int rotation); in getNonDecorDisplayWidth() method
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java2164 public int getNonDecorDisplayWidth(int fullWidth, int fullHeight, int rotation) { in getNonDecorDisplayWidth() method in PhoneWindowManager
2189 return getNonDecorDisplayWidth(fullWidth, fullHeight, rotation); in getConfigDisplayWidth()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java7212 int w = mPolicy.getNonDecorDisplayWidth(dw, dh, rotation); in reduceConfigLayout()
7264 dm.noncompatWidthPixels = mPolicy.getNonDecorDisplayWidth(dw, dh, rotation); in reduceCompatConfigWidthSize()
7325 final int appWidth = mPolicy.getNonDecorDisplayWidth(dw, dh, mRotation); in updateDisplayAndOrientationLocked()