Loading core/java/android/view/InsetsController.java +1 −1 Original line number Diff line number Diff line Loading @@ -817,7 +817,7 @@ public class InsetsController implements WindowInsetsController, InsetsAnimation Collections.unmodifiableList(runningAnimations)); if (DEBUG) { for (WindowInsetsAnimation anim : runningAnimations) { Log.d(TAG, String.format("Running animation type: %d, progress: %f", Log.d(TAG, String.format("Running animation on insets type: %d, progress: %f", anim.getTypeMask(), anim.getInterpolatedFraction())); } } Loading Loading
core/java/android/view/InsetsController.java +1 −1 Original line number Diff line number Diff line Loading @@ -817,7 +817,7 @@ public class InsetsController implements WindowInsetsController, InsetsAnimation Collections.unmodifiableList(runningAnimations)); if (DEBUG) { for (WindowInsetsAnimation anim : runningAnimations) { Log.d(TAG, String.format("Running animation type: %d, progress: %f", Log.d(TAG, String.format("Running animation on insets type: %d, progress: %f", anim.getTypeMask(), anim.getInterpolatedFraction())); } } Loading