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/
DWindowInsetsControllerTests.java643 final int[] dispatchApplyWindowInsetsCount = {0}; in testDispatchApplyWindowInsetsCount_systemBars() local
645 dispatchApplyWindowInsetsCount[0]++; in testDispatchApplyWindowInsetsCount_systemBars()
658 assertEquals(1, dispatchApplyWindowInsetsCount[0]); in testDispatchApplyWindowInsetsCount_systemBars()
661 dispatchApplyWindowInsetsCount[0] = 0; in testDispatchApplyWindowInsetsCount_systemBars()
670 assertEquals(1, dispatchApplyWindowInsetsCount[0]); in testDispatchApplyWindowInsetsCount_systemBars()
685 final int[] dispatchApplyWindowInsetsCount = {0}; in testDispatchApplyWindowInsetsCount_ime() local
687 dispatchApplyWindowInsetsCount[0]++; in testDispatchApplyWindowInsetsCount_ime()
700 assertEquals(1, dispatchApplyWindowInsetsCount[0]); in testDispatchApplyWindowInsetsCount_ime()
703 dispatchApplyWindowInsetsCount[0] = 0; in testDispatchApplyWindowInsetsCount_ime()
712 assertEquals(1, dispatchApplyWindowInsetsCount[0]); in testDispatchApplyWindowInsetsCount_ime()