Loading core/java/android/view/InsetsController.java +1 −5 Original line number Diff line number Diff line Loading @@ -1578,11 +1578,7 @@ public class InsetsController implements WindowInsetsController, InsetsAnimation Trace.asyncTraceBegin(TRACE_TAG_VIEW, "IC.pendingAnim", 0); } if (Flags.refactorInsetsController()) { onAnimationStateChanged(typesReady, true /* running */); } else { onAnimationStateChanged(types, true /* running */); } if (fromIme) { switch (animationType) { Loading Loading
core/java/android/view/InsetsController.java +1 −5 Original line number Diff line number Diff line Loading @@ -1578,11 +1578,7 @@ public class InsetsController implements WindowInsetsController, InsetsAnimation Trace.asyncTraceBegin(TRACE_TAG_VIEW, "IC.pendingAnim", 0); } if (Flags.refactorInsetsController()) { onAnimationStateChanged(typesReady, true /* running */); } else { onAnimationStateChanged(types, true /* running */); } if (fromIme) { switch (animationType) { Loading