Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DPendingInsetsController.java200 controller.setSystemDrivenInsetsAnimationLoggingListener(mLoggingListener); in replayAndAttach()
227 public void setSystemDrivenInsetsAnimationLoggingListener( in setSystemDrivenInsetsAnimationLoggingListener() method in PendingInsetsController
230 mReplayedInsetsController.setSystemDrivenInsetsAnimationLoggingListener(listener); in setSystemDrivenInsetsAnimationLoggingListener()
DWindowInsetsController.java244 void setSystemDrivenInsetsAnimationLoggingListener( in setSystemDrivenInsetsAnimationLoggingListener() method
DInsetsController.java1564 public void setSystemDrivenInsetsAnimationLoggingListener( in setSystemDrivenInsetsAnimationLoggingListener() method in InsetsController
/frameworks/base/core/tests/coretests/src/android/view/
DPendingInsetsControllerTest.java240 mPendingInsetsController.setSystemDrivenInsetsAnimationLoggingListener(listener); in testSystemDrivenInsetsAnimationLoggingListener()
242 verify(mReplayedController).setSystemDrivenInsetsAnimationLoggingListener(eq(listener)); in testSystemDrivenInsetsAnimationLoggingListener()
250 mPendingInsetsController.setSystemDrivenInsetsAnimationLoggingListener(listener); in testSystemDrivenInsetsAnimationLoggingListener_direct()
251 verify(mReplayedController).setSystemDrivenInsetsAnimationLoggingListener( in testSystemDrivenInsetsAnimationLoggingListener_direct()
DInsetsControllerTest.java259 mController.setSystemDrivenInsetsAnimationLoggingListener(loggingListener); in testSystemDrivenInsetsAnimationLoggingListener_onReady()