Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowManagerPolicy.java620 public int getNonDecorDisplayHeight(int fullWidth, int fullHeight, int rotation); in getNonDecorDisplayHeight() method
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java2176 public int getNonDecorDisplayHeight(int fullWidth, int fullHeight, int rotation) { in getNonDecorDisplayHeight() method in PhoneWindowManager
2198 return getNonDecorDisplayHeight(fullWidth, fullHeight, rotation) - mStatusBarHeight; in getConfigDisplayHeight()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java7213 int h = mPolicy.getNonDecorDisplayHeight(dw, dh, rotation); in reduceConfigLayout()
7265 dm.noncompatHeightPixels = mPolicy.getNonDecorDisplayHeight(dw, dh, rotation); in reduceCompatConfigWidthSize()
7326 final int appHeight = mPolicy.getNonDecorDisplayHeight(dw, dh, mRotation); in updateDisplayAndOrientationLocked()