Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DViewGroupTest.java2818 OnApplyWindowInsetsListener listenerMock = mock(OnApplyWindowInsetsListener.class); in testDispatchInsets_affectsChildren() local
2819 v1.setOnApplyWindowInsetsListener(listenerMock); in testDispatchInsets_affectsChildren()
2824 verify(listenerMock).onApplyWindowInsets(any(), in testDispatchInsets_affectsChildren()
2840 OnApplyWindowInsetsListener listenerMock = mock(OnApplyWindowInsetsListener.class); in testDispatchInsets_doesntAffectSiblings() local
2841 v2.setOnApplyWindowInsetsListener(listenerMock); in testDispatchInsets_doesntAffectSiblings()
2846 verify(listenerMock).onApplyWindowInsets(any(), in testDispatchInsets_doesntAffectSiblings()
2864 OnApplyWindowInsetsListener listenerMock = mock(OnApplyWindowInsetsListener.class); in testDispatchInsets_doesntAffectParentSiblings() local
2865 v2.setOnApplyWindowInsetsListener(listenerMock); in testDispatchInsets_doesntAffectParentSiblings()
2870 verify(listenerMock).onApplyWindowInsets(any(), in testDispatchInsets_doesntAffectParentSiblings()
2884 OnApplyWindowInsetsListener listenerMock = mock(OnApplyWindowInsetsListener.class); in testDispatchInsets_consumeStopsDispatch() local
[all …]