Searched refs:firstWindowInsetsDuringAnimation (Results 1 – 1 of 1) sorted by relevance
825 WindowInsets[] firstWindowInsetsDuringAnimation = new WindowInsets[1]; in testImeInsetsWithDifferentControlTarget() local835 && 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()