Loading core/java/android/view/InsetsAnimationThreadControlRunner.java +1 −1 Original line number Diff line number Diff line Loading @@ -91,7 +91,7 @@ public class InsetsAnimationThreadControlRunner implements InsetsAnimationContro @AnimationType int animationType, Handler mainThreadHandler) { mMainThreadHandler = mainThreadHandler; mOuterCallbacks = controller; mControl = new InsetsAnimationControlImpl(copyControls(controls), frame, state, listener, mControl = new InsetsAnimationControlImpl(controls, frame, state, listener, types, mCallbacks, durationMs, interpolator, animationType); InsetsAnimationThread.getHandler().post(() -> listener.onReady(mControl, types)); } Loading core/java/android/view/InsetsSourceConsumer.java +1 −1 Original line number Diff line number Diff line Loading @@ -117,7 +117,7 @@ public class InsetsSourceConsumer { } } if (lastControl != null) { lastControl.release(mController::releaseSurfaceControlFromRt); lastControl.release(SurfaceControl::release); } } Loading Loading
core/java/android/view/InsetsAnimationThreadControlRunner.java +1 −1 Original line number Diff line number Diff line Loading @@ -91,7 +91,7 @@ public class InsetsAnimationThreadControlRunner implements InsetsAnimationContro @AnimationType int animationType, Handler mainThreadHandler) { mMainThreadHandler = mainThreadHandler; mOuterCallbacks = controller; mControl = new InsetsAnimationControlImpl(copyControls(controls), frame, state, listener, mControl = new InsetsAnimationControlImpl(controls, frame, state, listener, types, mCallbacks, durationMs, interpolator, animationType); InsetsAnimationThread.getHandler().post(() -> listener.onReady(mControl, types)); } Loading
core/java/android/view/InsetsSourceConsumer.java +1 −1 Original line number Diff line number Diff line Loading @@ -117,7 +117,7 @@ public class InsetsSourceConsumer { } } if (lastControl != null) { lastControl.release(mController::releaseSurfaceControlFromRt); lastControl.release(SurfaceControl::release); } } Loading