Searched refs:dispatchApplyWindowInsetsCount (Results 1 – 1 of 1) sorted by relevance
682 final int[] dispatchApplyWindowInsetsCount = {0}; in testDispatchApplyWindowInsetsCount_systemBars() local684 dispatchApplyWindowInsetsCount[0]++; in testDispatchApplyWindowInsetsCount_systemBars()697 assertEquals(1, dispatchApplyWindowInsetsCount[0]); in testDispatchApplyWindowInsetsCount_systemBars()700 dispatchApplyWindowInsetsCount[0] = 0; in testDispatchApplyWindowInsetsCount_systemBars()709 assertEquals(1, dispatchApplyWindowInsetsCount[0]); in testDispatchApplyWindowInsetsCount_systemBars()724 final int[] dispatchApplyWindowInsetsCount = {0}; in testDispatchApplyWindowInsetsCount_ime() local726 dispatchApplyWindowInsetsCount[0]++; in testDispatchApplyWindowInsetsCount_ime()739 assertEquals(1, dispatchApplyWindowInsetsCount[0]); in testDispatchApplyWindowInsetsCount_ime()742 dispatchApplyWindowInsetsCount[0] = 0; in testDispatchApplyWindowInsetsCount_ime()751 assertEquals(1, dispatchApplyWindowInsetsCount[0]); in testDispatchApplyWindowInsetsCount_ime()