Loading core/tests/coretests/src/android/widget/EditorCursorDragTest.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -494,6 +494,7 @@ public class EditorCursorDragTest { simulateDrag(tv, events, true); simulateDrag(tv, events, true); } } @Suppress // b/152574363 @Test @Test public void testLineChangeSlop() throws Throwable { public void testLineChangeSlop() throws Throwable { TextView tv = mActivity.findViewById(R.id.textview); TextView tv = mActivity.findViewById(R.id.textview); Loading Loading
core/tests/coretests/src/android/widget/EditorCursorDragTest.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -494,6 +494,7 @@ public class EditorCursorDragTest { simulateDrag(tv, events, true); simulateDrag(tv, events, true); } } @Suppress // b/152574363 @Test @Test public void testLineChangeSlop() throws Throwable { public void testLineChangeSlop() throws Throwable { TextView tv = mActivity.findViewById(R.id.textview); TextView tv = mActivity.findViewById(R.id.textview); Loading