Searched refs:expectedInsetTop (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/policy/
H A DPhoneWindowManagerTestBase.java135 public void assertInsetBy(Rect actual, int expectedInsetLeft, int expectedInsetTop, argument
137 assertEquals(new Rect(expectedInsetLeft, expectedInsetTop,
147 public void assertInsetByTopBottom(Rect actual, int expectedInsetTop, int expectedInsetBottom) { argument
148 assertInsetBy(actual, 0, expectedInsetTop, 0, expectedInsetBottom);

Completed in 45 milliseconds