Searched refs:mLoggingListener (Results 1 – 2 of 2) sorted by relevance
49 private WindowInsetsAnimationControlListener mLoggingListener; field in PendingInsetsController199 if (mLoggingListener != null) { in replayAndAttach()200 controller.setSystemDrivenInsetsAnimationLoggingListener(mLoggingListener); in replayAndAttach()212 mLoggingListener = null; in replayAndAttach()232 mLoggingListener = listener; in setSystemDrivenInsetsAnimationLoggingListener()
343 private WindowInsetsAnimationControlListener mLoggingListener; field in InsetsController379 private final WindowInsetsAnimationControlListener mLoggingListener; field in InsetsController.InternalAnimationControlListener392 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 …]