Searched refs:expectedInsetTop (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | DisplayPolicyLayoutTests.java | 758 private void assertInsetByTopBottom(Rect actual, int expectedInsetTop, in assertInsetByTopBottom() argument 760 assertInsetBy(actual, 0, expectedInsetTop, 0, expectedInsetBottom); in assertInsetByTopBottom() 764 private void assertInsetBy(Rect actual, int expectedInsetLeft, int expectedInsetTop, in assertInsetBy() argument 766 assertEquals(new Rect(expectedInsetLeft, expectedInsetTop, in assertInsetBy()
|