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

/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java658 public int getNonDecorDisplayWidth(int fullWidth, int fullHeight, int rotation, method in interface:WindowManagerPolicy
672 * {@link #getNonDecorDisplayWidth(int, int, int)}; it may be smaller than
1392 * bar or button bar. See {@link #getNonDecorDisplayWidth}.
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java2459 public int getNonDecorDisplayWidth(int fullWidth, int fullHeight, int rotation, method in class:PhoneWindowManager
2494 return getNonDecorDisplayWidth(fullWidth, fullHeight, rotation, uiMode);

Completed in 73 milliseconds