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

/frameworks/base/services/tests/servicestests/src/com/android/server/policy/
H A DPhoneWindowManagerTestBase.java136 int expectedInsetRight, int expectedInsetBottom) {
139 mFrames.mDisplayHeight - expectedInsetBottom), actual);
147 public void assertInsetByTopBottom(Rect actual, int expectedInsetTop, int expectedInsetBottom) { argument
148 assertInsetBy(actual, 0, expectedInsetTop, 0, expectedInsetBottom);
135 assertInsetBy(Rect actual, int expectedInsetLeft, int expectedInsetTop, int expectedInsetRight, int expectedInsetBottom) argument

Completed in 8 milliseconds