Loading core/java/android/view/InsetsAnimationControlCallbacks.java +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ public interface InsetsAnimationControlCallbacks { * <li>Dispatch {@link WindowInsetsAnimationControlListener#onReady}</li> * </ul> */ <T extends InsetsAnimationControlRunner & WindowInsetsAnimationController> <T extends InsetsAnimationControlRunner & InternalInsetsAnimationController> void startAnimation(T runner, WindowInsetsAnimationControlListener listener, int types, WindowInsetsAnimation animation, Bounds bounds); Loading core/java/android/view/InsetsAnimationControlImpl.java +1 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,7 @@ import java.util.Objects; * @hide */ @VisibleForTesting public class InsetsAnimationControlImpl implements WindowInsetsAnimationController, public class InsetsAnimationControlImpl implements InternalInsetsAnimationController, InsetsAnimationControlRunner { private static final String TAG = "InsetsAnimationCtrlImpl"; Loading core/java/android/view/InsetsAnimationThreadControlRunner.java +1 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ public class InsetsAnimationThreadControlRunner implements InsetsAnimationContro @Override @UiThread public <T extends InsetsAnimationControlRunner & WindowInsetsAnimationController> public <T extends InsetsAnimationControlRunner & InternalInsetsAnimationController> void startAnimation(T runner, WindowInsetsAnimationControlListener listener, int types, WindowInsetsAnimation animation, Bounds bounds) { // Animation will be started in constructor already. Loading core/java/android/view/InsetsController.java +2 −2 Original line number Diff line number Diff line Loading @@ -632,7 +632,7 @@ public class InsetsController implements WindowInsetsController, InsetsAnimation runningAnimations.add(runner.getAnimation()); } if (((WindowInsetsAnimationController) runner).applyChangeInsets(state)) { if (((InternalInsetsAnimationController) runner).applyChangeInsets(state)) { finishedAnimations.add(runner.getAnimation()); } } Loading Loading @@ -1513,7 +1513,7 @@ public class InsetsController implements WindowInsetsController, InsetsAnimation @VisibleForTesting @Override public <T extends InsetsAnimationControlRunner & WindowInsetsAnimationController> public <T extends InsetsAnimationControlRunner & InternalInsetsAnimationController> void startAnimation(T runner, WindowInsetsAnimationControlListener listener, int types, WindowInsetsAnimation animation, Bounds bounds) { mHost.dispatchWindowInsetsAnimationPrepare(animation); Loading core/java/android/view/InsetsResizeAnimationRunner.java +1 −1 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ import android.view.animation.Interpolator; * @hide */ public class InsetsResizeAnimationRunner implements InsetsAnimationControlRunner, WindowInsetsAnimationController, WindowInsetsAnimationControlListener { InternalInsetsAnimationController, WindowInsetsAnimationControlListener { private final InsetsState mFromState; private final InsetsState mToState; Loading Loading
core/java/android/view/InsetsAnimationControlCallbacks.java +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ public interface InsetsAnimationControlCallbacks { * <li>Dispatch {@link WindowInsetsAnimationControlListener#onReady}</li> * </ul> */ <T extends InsetsAnimationControlRunner & WindowInsetsAnimationController> <T extends InsetsAnimationControlRunner & InternalInsetsAnimationController> void startAnimation(T runner, WindowInsetsAnimationControlListener listener, int types, WindowInsetsAnimation animation, Bounds bounds); Loading
core/java/android/view/InsetsAnimationControlImpl.java +1 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,7 @@ import java.util.Objects; * @hide */ @VisibleForTesting public class InsetsAnimationControlImpl implements WindowInsetsAnimationController, public class InsetsAnimationControlImpl implements InternalInsetsAnimationController, InsetsAnimationControlRunner { private static final String TAG = "InsetsAnimationCtrlImpl"; Loading
core/java/android/view/InsetsAnimationThreadControlRunner.java +1 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ public class InsetsAnimationThreadControlRunner implements InsetsAnimationContro @Override @UiThread public <T extends InsetsAnimationControlRunner & WindowInsetsAnimationController> public <T extends InsetsAnimationControlRunner & InternalInsetsAnimationController> void startAnimation(T runner, WindowInsetsAnimationControlListener listener, int types, WindowInsetsAnimation animation, Bounds bounds) { // Animation will be started in constructor already. Loading
core/java/android/view/InsetsController.java +2 −2 Original line number Diff line number Diff line Loading @@ -632,7 +632,7 @@ public class InsetsController implements WindowInsetsController, InsetsAnimation runningAnimations.add(runner.getAnimation()); } if (((WindowInsetsAnimationController) runner).applyChangeInsets(state)) { if (((InternalInsetsAnimationController) runner).applyChangeInsets(state)) { finishedAnimations.add(runner.getAnimation()); } } Loading Loading @@ -1513,7 +1513,7 @@ public class InsetsController implements WindowInsetsController, InsetsAnimation @VisibleForTesting @Override public <T extends InsetsAnimationControlRunner & WindowInsetsAnimationController> public <T extends InsetsAnimationControlRunner & InternalInsetsAnimationController> void startAnimation(T runner, WindowInsetsAnimationControlListener listener, int types, WindowInsetsAnimation animation, Bounds bounds) { mHost.dispatchWindowInsetsAnimationPrepare(animation); Loading
core/java/android/view/InsetsResizeAnimationRunner.java +1 −1 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ import android.view.animation.Interpolator; * @hide */ public class InsetsResizeAnimationRunner implements InsetsAnimationControlRunner, WindowInsetsAnimationController, WindowInsetsAnimationControlListener { InternalInsetsAnimationController, WindowInsetsAnimationControlListener { private final InsetsState mFromState; private final InsetsState mToState; Loading