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

/frameworks/base/services/tests/servicestests/src/com/android/server/policy/
H A DPhoneWindowManagerInsetsTest.java141 getNonDecorDisplayWidth(di), getNonDecorDisplayHeight(di));
171 private int getNonDecorDisplayHeight(DisplayInfo di) { method in class:PhoneWindowManagerInsetsTest
172 return mPolicy.getNonDecorDisplayHeight(di.logicalWidth, di.logicalHeight, di.rotation,
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
H A DTestWindowManagerPolicy.java118 public int getNonDecorDisplayHeight(int fullWidth, int fullHeight, int rotation, int uiMode, method in class:TestWindowManagerPolicy
/frameworks/base/services/core/java/com/android/server/policy/
H A DWindowManagerPolicy.java959 public int getNonDecorDisplayHeight(int fullWidth, int fullHeight, int rotation, method in interface:WindowManagerPolicy
974 * {@link #getNonDecorDisplayHeight(int, int, int, int, int, DisplayCutout)}; it may be smaller
H A DPhoneWindowManager.java2973 public int getNonDecorDisplayHeight(int fullWidth, int fullHeight, int rotation, int uiMode, method in class:PhoneWindowManager
3012 return getNonDecorDisplayHeight(fullWidth, fullHeight, rotation, uiMode, displayId,

Completed in 285 milliseconds