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.java343 private WindowInsetsAnimationControlListener mLoggingListener; field in InsetsController
379 private final WindowInsetsAnimationControlListener mLoggingListener; field in InsetsController.InternalAnimationControlListener
392 mLoggingListener = loggingListener; in InternalAnimationControlListener()
400 if (mLoggingListener != null) { in onReady()
401 mLoggingListener.onReady(controller, types); in onReady()
470 if (mLoggingListener != null) { in onFinished()
471 mLoggingListener.onFinished(controller); in onFinished()
483 if (mLoggingListener != null) { in onCancelled()
484 mLoggingListener.onCancelled(controller); in onCancelled()
1628 mLoggingListener = listener; in setSystemDrivenInsetsAnimationLoggingListener()
[all …]