Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
DWindowInsetsControllerTests.java825 WindowInsets[] firstWindowInsetsDuringAnimation = new WindowInsets[1]; in testImeInsetsWithDifferentControlTarget() local
835 && firstWindowInsetsDuringAnimation[0] == null) { in testImeInsetsWithDifferentControlTarget()
836 firstWindowInsetsDuringAnimation[0] = in testImeInsetsWithDifferentControlTarget()
848 assertNotNull(firstWindowInsetsDuringAnimation[0]); in testImeInsetsWithDifferentControlTarget()
849 assertFalse(firstWindowInsetsDuringAnimation[0].isVisible(ime())); in testImeInsetsWithDifferentControlTarget()
850 assertNotNull(firstWindowInsetsDuringAnimation[0].getInsets(ime())); in testImeInsetsWithDifferentControlTarget()
851 assertEquals(0, firstWindowInsetsDuringAnimation[0].getInsets(ime()).bottom); in testImeInsetsWithDifferentControlTarget()