Searched refs:dispatchApplyWindowInsetsCount (Results 1 – 1 of 1) sorted by relevance
900 final int[] dispatchApplyWindowInsetsCount = {0}; in testDispatchApplyWindowInsetsCount_systemBars() local902 dispatchApplyWindowInsetsCount[0]++; in testDispatchApplyWindowInsetsCount_systemBars()915 assertEquals(1, dispatchApplyWindowInsetsCount[0]); in testDispatchApplyWindowInsetsCount_systemBars()918 dispatchApplyWindowInsetsCount[0] = 0; in testDispatchApplyWindowInsetsCount_systemBars()927 assertEquals(1, dispatchApplyWindowInsetsCount[0]); in testDispatchApplyWindowInsetsCount_systemBars()942 final int[] dispatchApplyWindowInsetsCount = {0}; in testDispatchApplyWindowInsetsCount_ime() local945 dispatchApplyWindowInsetsCount[0]++; in testDispatchApplyWindowInsetsCount_ime()962 .that(dispatchApplyWindowInsetsCount[0]).isEqualTo(1); in testDispatchApplyWindowInsetsCount_ime()965 dispatchApplyWindowInsetsCount[0] = 0; in testDispatchApplyWindowInsetsCount_ime()976 .that(dispatchApplyWindowInsetsCount[0]).isEqualTo(1); in testDispatchApplyWindowInsetsCount_ime()