Loading libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/back/BackAnimationControllerTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -889,8 +889,8 @@ public class BackAnimationControllerTest extends ShellTestCase { */ private void doStartEvents(int startX, int moveX) { doMotionEvent(MotionEvent.ACTION_DOWN, startX); mController.onThresholdCrossed(); doMotionEvent(MotionEvent.ACTION_MOVE, moveX); mController.onThresholdCrossed(); } private void simulateRemoteAnimationStart() throws RemoteException { Loading Loading
libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/back/BackAnimationControllerTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -889,8 +889,8 @@ public class BackAnimationControllerTest extends ShellTestCase { */ private void doStartEvents(int startX, int moveX) { doMotionEvent(MotionEvent.ACTION_DOWN, startX); mController.onThresholdCrossed(); doMotionEvent(MotionEvent.ACTION_MOVE, moveX); mController.onThresholdCrossed(); } private void simulateRemoteAnimationStart() throws RemoteException { Loading