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

/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
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java1450 public int getNonDecorDisplayWidth(int fullWidth, int fullHeight, int rotation) { method in class:PhoneWindowManager
1477 return getNonDecorDisplayWidth(fullWidth, fullHeight, rotation);

Completed in 16 milliseconds