Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DInsetsControllerTest.java251 var loggingListener = mock(WindowInsetsAnimationControlListener.class); in testSystemDrivenInsetsAnimationLoggingListener_onReady() local
256 mController.setSystemDrivenInsetsAnimationLoggingListener(loggingListener); in testSystemDrivenInsetsAnimationLoggingListener_onReady()
266 verify(loggingListener).onReady(notNull(), anyInt()); in testSystemDrivenInsetsAnimationLoggingListener_onReady()
/aosp14/frameworks/base/core/java/android/view/
H A DInsetsController.java389 int floatingImeBottomInset, WindowInsetsAnimationControlListener loggingListener, in InternalAnimationControlListener() argument
398 mLoggingListener = loggingListener; in InternalAnimationControlListener()