Loading libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/back/BackProgressAnimatorTest.java +1 −0 Original line number Diff line number Diff line Loading @@ -62,6 +62,7 @@ public class BackProgressAnimatorTest { @Before public void setUp() throws Exception { mTargetProgressCalled = new CountDownLatch(1); mMainThreadHandler = new Handler(Looper.getMainLooper()); final BackMotionEvent backEvent = backMotionEventFrom(0, 0); mMainThreadHandler.post( Loading Loading
libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/back/BackProgressAnimatorTest.java +1 −0 Original line number Diff line number Diff line Loading @@ -62,6 +62,7 @@ public class BackProgressAnimatorTest { @Before public void setUp() throws Exception { mTargetProgressCalled = new CountDownLatch(1); mMainThreadHandler = new Handler(Looper.getMainLooper()); final BackMotionEvent backEvent = backMotionEventFrom(0, 0); mMainThreadHandler.post( Loading