Searched defs:getNonDecorDisplayHeight (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java2176 public int getNonDecorDisplayHeight(int fullWidth, int fullHeight, int rotation) { method in class:PhoneWindowManager
2198 return getNonDecorDisplayHeight(fullWidth, fullHeight, rotation) - mStatusBarHeight;
/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java620 public int getNonDecorDisplayHeight(int fullWidth, int fullHeight, int rotation); method in interface:WindowManagerPolicy
633 * {@link #getNonDecorDisplayHeight(int, int, int)}; it may be smaller than

Completed in 47 milliseconds