Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowInsetsTest.java435 final Rect newInsets = new Rect(100, 200, 300, 400); in testReplacingSystemWindowInsets_consistencyAcrossOverloads() local
444 assertEquals(insets.replaceSystemWindowInsets(newInsets), in testReplacingSystemWindowInsets_consistencyAcrossOverloads()
445 insets.replaceSystemWindowInsets(newInsets.left, newInsets.top, newInsets.right, in testReplacingSystemWindowInsets_consistencyAcrossOverloads()
446 newInsets.bottom)); in testReplacingSystemWindowInsets_consistencyAcrossOverloads()