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

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java1452 public int getNonDecorDisplayWidth(int fullWidth, int fullHeight, int rotation) { method in class:PhoneWindowManager
1479 return getNonDecorDisplayWidth(fullWidth, fullHeight, rotation);
/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java589 public int getNonDecorDisplayWidth(int fullWidth, int fullHeight, int rotation); method in interface:WindowManagerPolicy
601 * {@link #getNonDecorDisplayWidth(int, int, int)}; it may be smaller than

Completed in 65 milliseconds