Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DPendingInsetsController.java49 private WindowInsetsAnimationControlListener mLoggingListener; field in PendingInsetsController
199 if (mLoggingListener != null) { in replayAndAttach()
200 controller.setSystemDrivenInsetsAnimationLoggingListener(mLoggingListener); in replayAndAttach()
212 mLoggingListener = null; in replayAndAttach()
232 mLoggingListener = listener; in setSystemDrivenInsetsAnimationLoggingListener()
DInsetsController.java340 private WindowInsetsAnimationControlListener mLoggingListener; field in InsetsController
377 private final WindowInsetsAnimationControlListener mLoggingListener; field in InsetsController.InternalAnimationControlListener
391 mLoggingListener = loggingListener; in InternalAnimationControlListener()
399 if (mLoggingListener != null) { in onReady()
400 mLoggingListener.onReady(controller, types); in onReady()
468 if (mLoggingListener != null) { in onFinished()
469 mLoggingListener.onFinished(controller); in onFinished()
481 if (mLoggingListener != null) { in onCancelled()
482 mLoggingListener.onCancelled(controller); in onCancelled()
1566 mLoggingListener = listener; in setSystemDrivenInsetsAnimationLoggingListener()
[all …]