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()
340 private WindowInsetsAnimationControlListener mLoggingListener; field in InsetsController377 private final WindowInsetsAnimationControlListener mLoggingListener; field in InsetsController.InternalAnimationControlListener391 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 …]