Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DPendingInsetsControllerTest.java219 mPendingInsetsController.setSystemDrivenInsetsAnimationLoggingListener(listener); in testSystemDrivenInsetsAnimationLoggingListener()
221 verify(mReplayedController).setSystemDrivenInsetsAnimationLoggingListener(eq(listener)); in testSystemDrivenInsetsAnimationLoggingListener()
229 mPendingInsetsController.setSystemDrivenInsetsAnimationLoggingListener(listener); in testSystemDrivenInsetsAnimationLoggingListener_direct()
230 verify(mReplayedController).setSystemDrivenInsetsAnimationLoggingListener( in testSystemDrivenInsetsAnimationLoggingListener_direct()
H A DInsetsControllerTest.java256 mController.setSystemDrivenInsetsAnimationLoggingListener(loggingListener); in testSystemDrivenInsetsAnimationLoggingListener_onReady()
/aosp14/frameworks/base/core/java/android/view/
H A DPendingInsetsController.java193 controller.setSystemDrivenInsetsAnimationLoggingListener(mLoggingListener); in replayAndAttach()
218 public void setSystemDrivenInsetsAnimationLoggingListener( in setSystemDrivenInsetsAnimationLoggingListener() method in PendingInsetsController
221 mReplayedInsetsController.setSystemDrivenInsetsAnimationLoggingListener(listener); in setSystemDrivenInsetsAnimationLoggingListener()
H A DWindowInsetsController.java214 void setSystemDrivenInsetsAnimationLoggingListener( in setSystemDrivenInsetsAnimationLoggingListener() method
H A DInsetsController.java1463 public void setSystemDrivenInsetsAnimationLoggingListener( in setSystemDrivenInsetsAnimationLoggingListener() method in InsetsController