Loading tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java +2 −1 Original line number Diff line number Diff line Loading @@ -1159,7 +1159,8 @@ public final class LauncherInstrumentation { } final MotionEvent event = getMotionEvent(downTime, currentTime, action, point.x, point.y); mInstrumentation.getUiAutomation().injectInputEvent(event, true); assertTrue("injectInputEvent failed", mInstrumentation.getUiAutomation().injectInputEvent(event, true)); event.recycle(); } Loading Loading
tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java +2 −1 Original line number Diff line number Diff line Loading @@ -1159,7 +1159,8 @@ public final class LauncherInstrumentation { } final MotionEvent event = getMotionEvent(downTime, currentTime, action, point.x, point.y); mInstrumentation.getUiAutomation().injectInputEvent(event, true); assertTrue("injectInputEvent failed", mInstrumentation.getUiAutomation().injectInputEvent(event, true)); event.recycle(); } Loading