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.java682 final int[] dispatchApplyWindowInsetsCount = {0}; in testDispatchApplyWindowInsetsCount_systemBars() local
684 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() local
726 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()