Loading core/java/android/view/InsetsController.java +5 −3 Original line number Diff line number Diff line Loading @@ -1262,8 +1262,10 @@ public class InsetsController implements WindowInsetsController, InsetsAnimation mHost.getInputMethodManager(), null /* icProto */); } final var statsToken = ImeTracker.forLogging().onStart(ImeTracker.TYPE_USER, ImeTracker.ORIGIN_CLIENT, SoftInputShowHideReason.CONTROL_WINDOW_INSETS_ANIMATION, final var statsToken = (types & ime()) == 0 ? null : ImeTracker.forLogging().onStart(ImeTracker.TYPE_USER, ImeTracker.ORIGIN_CLIENT, SoftInputShowHideReason.CONTROL_WINDOW_INSETS_ANIMATION, mHost.isHandlingPointerEvent() /* fromUser */); controlAnimationUnchecked(types, cancellationSignal, listener, mFrame, fromIme, durationMs, interpolator, animationType, Loading Loading
core/java/android/view/InsetsController.java +5 −3 Original line number Diff line number Diff line Loading @@ -1262,8 +1262,10 @@ public class InsetsController implements WindowInsetsController, InsetsAnimation mHost.getInputMethodManager(), null /* icProto */); } final var statsToken = ImeTracker.forLogging().onStart(ImeTracker.TYPE_USER, ImeTracker.ORIGIN_CLIENT, SoftInputShowHideReason.CONTROL_WINDOW_INSETS_ANIMATION, final var statsToken = (types & ime()) == 0 ? null : ImeTracker.forLogging().onStart(ImeTracker.TYPE_USER, ImeTracker.ORIGIN_CLIENT, SoftInputShowHideReason.CONTROL_WINDOW_INSETS_ANIMATION, mHost.isHandlingPointerEvent() /* fromUser */); controlAnimationUnchecked(types, cancellationSignal, listener, mFrame, fromIme, durationMs, interpolator, animationType, Loading