Searched refs:listenerMock (Results 1 – 1 of 1) sorted by relevance
2818 OnApplyWindowInsetsListener listenerMock = mock(OnApplyWindowInsetsListener.class); in testDispatchInsets_affectsChildren() local2819 v1.setOnApplyWindowInsetsListener(listenerMock); in testDispatchInsets_affectsChildren()2824 verify(listenerMock).onApplyWindowInsets(any(), in testDispatchInsets_affectsChildren()2840 OnApplyWindowInsetsListener listenerMock = mock(OnApplyWindowInsetsListener.class); in testDispatchInsets_doesntAffectSiblings() local2841 v2.setOnApplyWindowInsetsListener(listenerMock); in testDispatchInsets_doesntAffectSiblings()2846 verify(listenerMock).onApplyWindowInsets(any(), in testDispatchInsets_doesntAffectSiblings()2864 OnApplyWindowInsetsListener listenerMock = mock(OnApplyWindowInsetsListener.class); in testDispatchInsets_doesntAffectParentSiblings() local2865 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 …]