Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
DWindowInsetsPolicyTest.java223 assertForAllInsets("must be non-negative", insets, insetsGreaterThanOrEqualTo(Insets.NONE)); in commonAsserts()
241 private void assertForAllInsets(String reason, WindowInsets actual, in assertForAllInsets() method in WindowInsetsPolicyTest