Searched refs:loggingListener (Results 1 – 2 of 2) sorted by relevance
251 var loggingListener = mock(WindowInsetsAnimationControlListener.class); in testSystemDrivenInsetsAnimationLoggingListener_onReady() local256 mController.setSystemDrivenInsetsAnimationLoggingListener(loggingListener); in testSystemDrivenInsetsAnimationLoggingListener_onReady()266 verify(loggingListener).onReady(notNull(), anyInt()); in testSystemDrivenInsetsAnimationLoggingListener_onReady()
389 int floatingImeBottomInset, WindowInsetsAnimationControlListener loggingListener, in InternalAnimationControlListener() argument398 mLoggingListener = loggingListener; in InternalAnimationControlListener()