Searched defs:getNonDecorDisplayWidth (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java613 public int getNonDecorDisplayWidth(int fullWidth, int fullHeight, int rotation); method in interface:WindowManagerPolicy
625 * {@link #getNonDecorDisplayWidth(int, int, int)}; it may be smaller than
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java2164 public int getNonDecorDisplayWidth(int fullWidth, int fullHeight, int rotation) { method in class:PhoneWindowManager
2189 return getNonDecorDisplayWidth(fullWidth, fullHeight, rotation);

Completed in 78 milliseconds