Searched defs:getNonDecorDisplayHeight (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java599 public int getNonDecorDisplayHeight(int fullWidth, int fullHeight, int rotation); method in interface:WindowManagerPolicy
612 * {@link #getNonDecorDisplayHeight(int, int, int)}; it may be smaller than
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java1530 public int getNonDecorDisplayHeight(int fullWidth, int fullHeight, int rotation) { method in class:PhoneWindowManager
1550 return getNonDecorDisplayHeight(fullWidth, fullHeight, rotation) - mStatusBarHeight;

Completed in 30 milliseconds