Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
DWindowInsetsControllerTests.java900 final int[] dispatchApplyWindowInsetsCount = {0}; in testDispatchApplyWindowInsetsCount_systemBars() local
902 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() local
945 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()