Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayPolicyLayoutTests.java759 int expectedInsetBottom) { in assertInsetByTopBottom() argument
760 assertInsetBy(actual, 0, expectedInsetTop, 0, expectedInsetBottom); in assertInsetByTopBottom()
765 int expectedInsetRight, int expectedInsetBottom) { in assertInsetBy() argument
768 mFrames.mDisplayHeight - expectedInsetBottom), actual); in assertInsetBy()